HomeSort by relevance Sort by last modified time
    Searched refs:isResolutionChange (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.h 83 OMX_BOOL *isResolutionChange);
OMXVideoDecoderBase.h 64 OMX_U32 inportBufferFlags, OMX_BOOL *isResolutionChange);
OMXVideoDecoderBase.cpp 316 OMX_BOOL isResolutionChange = OMX_FALSE;
318 ret = FillRenderBuffer(pBuffers[OUTPORT_INDEX], &retains[OUTPORT_INDEX], 0, &isResolutionChange);
321 if (isResolutionChange) {
390 ((*pBuffers[INPORT_INDEX]))->nFlags,&isResolutionChange);
392 if (isResolutionChange) {
535 OMX_U32 inportBufferFlags, OMX_BOOL *isResolutionChange) {
581 *isResolutionChange = (renderBuffer->flag & IS_RESOLUTION_CHANGE)? OMX_TRUE: OMX_FALSE;
    [all...]
OMXVideoDecoderVP9HWR.cpp 407 OMX_BOOL isResolutionChange = OMX_FALSE;
442 &isResolutionChange);
448 if (isResolutionChange) {
564 OMX_BOOL *isResolutionChange)
583 *isResolutionChange = OMX_TRUE;

Completed in 120 milliseconds