Home
last modified time | relevance | path

Searched refs:DoSyncCallAndGetReply (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec.cpp91 int32_t ret = DoSyncCallAndGetReply(MsgWhat::GET_INPUT_FORMAT, nullptr, reply); in GetInputFormat()
104 int32_t ret = DoSyncCallAndGetReply(MsgWhat::GET_OUTPUT_FORMAT, nullptr, reply); in GetOutputFormat()
129 int32_t ret = DoSyncCallAndGetReply(MsgWhat::GET_OUTPUT_BUFFER_USAGE, nullptr, reply); in GetOutputBufferUsage()
151 int32_t ret = DoSyncCallAndGetReply(MsgWhat::GET_PACKED_INPUT_FLAG, nullptr, reply); in GetPackedInputFlag()
800 return DoSyncCallAndGetReply(msgType, oper, reply); in DoSyncCall()
803 int32_t ImageCodec::DoSyncCallAndGetReply(MsgWhat msgType, function<void(ParamSP)> oper, ParamSP &reply) in DoSyncCallAndGetReply() function in OHOS::ImagePlugin::ImageCodec
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp186 int32_t ret = DoSyncCallAndGetReply(MsgWhat::GET_INPUT_FORMAT, nullptr, reply); in GetInputFormat()
199 int32_t ret = DoSyncCallAndGetReply(MsgWhat::GET_OUTPUT_FORMAT, nullptr, reply); in GetOutputFormat()
215 int32_t ret = DoSyncCallAndGetReply(MsgWhat::GET_HIDUMPER_INFO, nullptr, reply); in GetHidumperInfo()
230 int32_t ret = DoSyncCallAndGetReply(MsgWhat::CREATE_INPUT_SURFACE, nullptr, reply); in CreateInputSurface()
1217 return DoSyncCallAndGetReply(msgType, oper, reply); in DoSyncCall()
1220 int32_t HCodec::DoSyncCallAndGetReply(MsgWhat msgType, std::function<void(ParamSP)> oper, ParamSP &reply) in DoSyncCallAndGetReply() function in OHOS::MediaAVCodec::HCodec
H A Dhcodec.h511 int32_t DoSyncCallAndGetReply(MsgWhat msgType, std::function<void(ParamSP)> oper, ParamSP &reply);
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h395 int32_t DoSyncCallAndGetReply(MsgWhat msgType, std::function<void(ParamSP)> oper, ParamSP &reply);

Completed in 7 milliseconds