Home
last modified time | relevance | path

Searched refs:mCtx (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8996/hdmi_cec/
DQHDMIClient.h48 void setCECContext(qhdmicec::cec_context_t* ctx) { mCtx = ctx; } in setCECContext()
53 qhdmicec::cec_context_t* mCtx;
DQHDMIClient.cpp48 cec_hdmi_hotplug(mCtx, connected); in onHdmiHotplug()
54 cec_receive_message(mCtx, msg, len); in onCECMessageRecieved()
/hardware/qcom/display/msm8998/hdmi_cec/
DQHDMIClient.h48 void setCECContext(qhdmicec::cec_context_t* ctx) { mCtx = ctx; } in setCECContext()
53 qhdmicec::cec_context_t* mCtx;
DQHDMIClient.cpp48 cec_hdmi_hotplug(mCtx, connected); in onHdmiHotplug()
54 cec_receive_message(mCtx, msg, len); in onCECMessageRecieved()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp139 if (mOpenDecoder(&mCtx,&mHybridCtx) == false) { in ProcessorInit()
234 mCloseDecoder(mCtx,mHybridCtx); in ProcessorDeinit()
251 mDecoderDecode(mCtx,mHybridCtx,NULL,0,true); in ProcessorFlush()
252 mGetOutput(mCtx,mHybridCtx, &width, &height); in ProcessorFlush()
340 mDecoderDecode(mCtx, mHybridCtx, firstFrame, firstFrameSize, false); in ProcessorProcess()
369 …int res = mDecoderDecode(mCtx,mHybridCtx,inBuffer->pBuffer + inBuffer->nOffset,inBuffer->nFilledLe… in ProcessorProcess()
382 res = mDecoderDecode(mCtx,mHybridCtx,NULL,0,true); in ProcessorProcess()
451 fb_index = mGetRawDataOutput(mCtx,mHybridCtx,dst,height,stride); in FillRenderBuffer()
472 fb_index = mGetOutput(mCtx,mHybridCtx, &mDecodedImageWidth, &mDecodedImageHeight); in FillRenderBuffer()
474 fb_index = mGetOutput(mCtx,mHybridCtx, &mDecodedImageNewWidth, &mDecodedImageNewHeight); in FillRenderBuffer()
DOMXVideoDecoderVP9Hybrid.h62 void *mCtx; variable