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 D | state.h | 47 SET_OUTPUT_FORMAT, enumerator 108 {Intent::SET_OUTPUT_FORMAT, "SET_OUTPUT_FORMAT"}, 138 … {Intent::SET_OUTPUT_FORMAT, [this](const Plugin::Any ¶m) { return SetOutputFormat(param); }},
|
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/ipc/ |
H A D | i_standard_transcoder_service.h | 57 SET_OUTPUT_FORMAT, enumerator
|
H A D | transcoder_service_proxy.cpp | 151 int error = Remote()->SendRequest(SET_OUTPUT_FORMAT, data, reply, option); in SetOutputFormat()
|
H A D | transcoder_service_stub.cpp | 66 recFuncs_[SET_OUTPUT_FORMAT] = &TransCoderServiceStub::SetOutputFormat; in Init()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | i_standard_recorder_service.h | 116 SET_OUTPUT_FORMAT, enumerator
|
H A D | recorder_service_stub.h | 148 SET_OUTPUT_FORMAT, SET_OUTPUT_FILE, SET_LOCATION, SET_ORIENTATION_HINT,
|
H A D | recorder_service_proxy.cpp | 508 int error = Remote()->SendRequest(SET_OUTPUT_FORMAT, data, reply, option); in SetOutputFormat()
|
H A D | recorder_service_stub.cpp | 97 recFuncs_[SET_OUTPUT_FORMAT] = in FillRecFuncPart1()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/ |
H A D | hirecorder_impl.cpp | 147 auto ret = fsm_.SendEvent(Intent::SET_OUTPUT_FORMAT, outputFormatType_); in SetOutputFormat()
|