Home
last modified time | relevance | path

Searched refs:SET_OUTPUT_FORMAT (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Dstate.h47 SET_OUTPUT_FORMAT, enumerator
108 {Intent::SET_OUTPUT_FORMAT, "SET_OUTPUT_FORMAT"},
138 … {Intent::SET_OUTPUT_FORMAT, [this](const Plugin::Any &param) { return SetOutputFormat(param); }},
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Di_standard_transcoder_service.h57 SET_OUTPUT_FORMAT, enumerator
H A Dtranscoder_service_proxy.cpp151 int error = Remote()->SendRequest(SET_OUTPUT_FORMAT, data, reply, option); in SetOutputFormat()
H A Dtranscoder_service_stub.cpp66 recFuncs_[SET_OUTPUT_FORMAT] = &TransCoderServiceStub::SetOutputFormat; in Init()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Di_standard_recorder_service.h116 SET_OUTPUT_FORMAT, enumerator
H A Drecorder_service_stub.h148 SET_OUTPUT_FORMAT, SET_OUTPUT_FILE, SET_LOCATION, SET_ORIENTATION_HINT,
H A Drecorder_service_proxy.cpp508 int error = Remote()->SendRequest(SET_OUTPUT_FORMAT, data, reply, option); in SetOutputFormat()
H A Drecorder_service_stub.cpp97 recFuncs_[SET_OUTPUT_FORMAT] = in FillRecFuncPart1()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.cpp147 auto ret = fsm_.SendEvent(Intent::SET_OUTPUT_FORMAT, outputFormatType_); in SetOutputFormat()