Searched refs:GET_INPUT_FORMAT (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/ |
H A D | av_codec_service_ipc_interface_code.h | 49 GET_INPUT_FORMAT, enumerator
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | codec_state.cpp | 54 case MsgWhat::GET_INPUT_FORMAT: in OnMsgReceived() 118 shared_ptr<Format> fmt = (info.type == MsgWhat::GET_INPUT_FORMAT) ? in OnGetFormat() 371 case MsgWhat::GET_INPUT_FORMAT: in OnMsgReceived() 541 case MsgWhat::GET_INPUT_FORMAT: in OnMsgReceived()
|
H A D | image_codec.cpp | 91 int32_t ret = DoSyncCallAndGetReply(MsgWhat::GET_INPUT_FORMAT, nullptr, reply); in GetInputFormat() 214 { GET_INPUT_FORMAT, "GET_INPUT_FORMAT" }, in ToString()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_state.cpp | 54 case MsgWhat::GET_INPUT_FORMAT: in OnMsgReceived() 116 shared_ptr<Format> fmt = (info.type == MsgWhat::GET_INPUT_FORMAT) ? in OnGetFormat() 369 case MsgWhat::GET_INPUT_FORMAT: in OnMsgReceived()
|
H A D | hcodec.cpp | 186 int32_t ret = DoSyncCallAndGetReply(MsgWhat::GET_INPUT_FORMAT, nullptr, reply); in GetInputFormat() 1382 { GET_INPUT_FORMAT, "GET_INPUT_FORMAT" }, { GET_OUTPUT_FORMAT, "GET_OUTPUT_FORMAT" }, in ToString()
|
H A D | hcodec.h | 73 GET_INPUT_FORMAT, enumerator
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/ |
H A D | codec_service_proxy.cpp | 440 …Remote()->SendRequest(static_cast<uint32_t>(CodecServiceInterfaceCode::GET_INPUT_FORMAT), data, re… in GetInputFormat()
|
H A D | codec_service_stub.cpp | 183 case static_cast<uint32_t>(CodecServiceInterfaceCode::GET_INPUT_FORMAT): in OnRemoteRequest()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_codec.h | 67 GET_INPUT_FORMAT, enumerator
|