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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 280 OMX_BOOL isResolutionChange = OMX_FALSE;
332 &isResolutionChange);
339 if (isResolutionChange == OMX_TRUE) {
364 OMX_BOOL *isResolutionChange)
406 *isResolutionChange = OMX_TRUE;
424 *isResolutionChange = OMX_TRUE;
430 *isResolutionChange = OMX_TRUE;
434 *isResolutionChange = OMX_TRUE;
OMXVideoDecoderVP9HWR.h 83 OMX_BOOL *isResolutionChange);
OMXVideoDecoderVP9Hybrid.h 51 virtual OMX_ERRORTYPE FillRenderBuffer(OMX_BUFFERHEADERTYPE **pBuffer, buffer_retain_t *retain, OMX_U32 inportBufferFlags, OMX_BOOL *isResolutionChange);
OMXVideoDecoderBase.h 64 OMX_U32 inportBufferFlags, OMX_BOOL *isResolutionChange);
OMXVideoDecoderBase.cpp 344 OMX_BOOL isResolutionChange = OMX_FALSE;
346 ret = FillRenderBuffer(pBuffers[OUTPORT_INDEX], &retains[OUTPORT_INDEX], 0, &isResolutionChange);
349 if (isResolutionChange) {
431 ((*pBuffers[INPORT_INDEX]))->nFlags,&isResolutionChange);
433 if (isResolutionChange) {
602 OMX_ERRORTYPE OMXVideoDecoderBase::FillRenderBuffer(OMX_BUFFERHEADERTYPE **pBuffer, buffer_retain_t *retain, OMX_U32 inportBufferFlags, OMX_BOOL *isResolutionChange) {
653 *isResolutionChange = (renderBuffer->flag & IS_RESOLUTION_CHANGE)? OMX_TRUE: OMX_FALSE;
    [all...]
OMXVideoDecoderVP9HWR.cpp 402 OMX_BOOL isResolutionChange = OMX_FALSE;
437 &isResolutionChange);
443 if (isResolutionChange) {
559 OMX_BOOL *isResolutionChange)
578 *isResolutionChange = OMX_TRUE;

Completed in 420 milliseconds