Searched refs:inPortIndex_ (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | codec_cmd_executor.cpp | 29 : codecComp_(component), inPortIndex_(inPortIndex) in CodecCmdExecutor() 119 if (portIndex == inPortIndex_) { in WaitCmdResult() 127 if (portIndex == inPortIndex_) { in WaitCmdResult() 165 if (data2 == inPortIndex_) { in HandleEventCmdComplete() 206 if (data1 == inPortIndex_) { in HandleEventError()
|
H A D | hdi_codec_adapter.cpp | 153 inCodecPort_ = std::make_shared<CodecPort>(codecComp_, inPortIndex_, verInfo_); in Init() 155 codecCmdExecutor_ = std::make_shared<CodecCmdExecutor>(codecComp_, inPortIndex_); in Init() 177 inPortIndex_ = portParam_.nStartPortNumber; in InitPortIndex() 179 …MEDIA_LOG_I("inPortIndex: " PUBLIC_LOG_U32 ", outPortIndex: " PUBLIC_LOG_U32, inPortIndex_, outPor… in InitPortIndex() 208 … inBufPool_ = std::make_shared<CodecBufferPool>(codecComp_, verInfo_, inPortIndex_, inBufferCnt_); in Prepare() 292 auto ret = codecCmdExecutor_->SendCmd(OMX_CommandFlush, inPortIndex_); in Flush() 294 auto err = codecCmdExecutor_->WaitCmdResult(OMX_CommandFlush, inPortIndex_); in Flush() 388 codecCmdExecutor_->SendCmd(OMX_CommandPortEnable, inPortIndex_); in ConfigOmx() 389 (void) codecCmdExecutor_->WaitCmdResult(OMX_CommandPortEnable, inPortIndex_); in ConfigOmx()
|
H A D | codec_cmd_executor.h | 57 uint32_t inPortIndex_; variable
|
H A D | hdi_codec_adapter.h | 105 uint32_t inPortIndex_{};
|