Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp221 OMX_BOOL isResolutionChange = OMX_FALSE; in ProcessorProcess() local
269 &isResolutionChange); in ProcessorProcess()
276 if (isResolutionChange == OMX_TRUE) { in ProcessorProcess()
306 OMX_BOOL *isResolutionChange) in FillRenderBuffer() argument
356 *isResolutionChange = OMX_TRUE; in FillRenderBuffer()
360 *isResolutionChange = OMX_TRUE; in FillRenderBuffer()
DOMXVideoDecoderBase.cpp319 OMX_BOOL isResolutionChange = OMX_FALSE; in ProcessorProcess() local
321 … ret = FillRenderBuffer(pBuffers[OUTPORT_INDEX], &retains[OUTPORT_INDEX], 0, &isResolutionChange); in ProcessorProcess()
324 if (isResolutionChange) { in ProcessorProcess()
393 ((*pBuffers[INPORT_INDEX]))->nFlags,&isResolutionChange); in ProcessorProcess()
395 if (isResolutionChange) { in ProcessorProcess()
538 OMX_U32 inportBufferFlags, OMX_BOOL *isResolutionChange) { in FillRenderBuffer() argument
584 *isResolutionChange = (renderBuffer->flag & IS_RESOLUTION_CHANGE)? OMX_TRUE: OMX_FALSE; in FillRenderBuffer()
DOMXVideoDecoderVP9HWR.cpp405 OMX_BOOL isResolutionChange = OMX_FALSE; in ProcessorProcess() local
440 &isResolutionChange); in ProcessorProcess()
446 if (isResolutionChange) { in ProcessorProcess()
562 OMX_BOOL *isResolutionChange) in FillRenderBuffer() argument
581 *isResolutionChange = OMX_TRUE; in FillRenderBuffer()
DOMXVideoDecoderVP9HWR.h83 OMX_BOOL *isResolutionChange);
DOMXVideoDecoderVP9Hybrid.h51 …TYPE **pBuffer, buffer_retain_t *retain, OMX_U32 inportBufferFlags, OMX_BOOL *isResolutionChange);
DOMXVideoDecoderBase.h64 OMX_U32 inportBufferFlags, OMX_BOOL *isResolutionChange);