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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 425 unsigned int widthCropped = mDecodedImageWidth;
427 unsigned int strideCropped = widthCropped;
430 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
444 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;
OMXVideoDecoderBase.cpp 632 uint32_t widthCropped = formatInfo->width - formatInfo->cropLeft - formatInfo->cropRight;
634 uint32_t strideCropped = widthCropped;
658 width, height, widthCropped, heightCropped);
665 widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
679 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;
    [all...]
OMXVideoDecoderVP9HWR.cpp 501 uint32_t widthCropped = mDecodedImageWidth;
503 uint32_t strideCropped = widthCropped;
506 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
520 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;

Completed in 3234 milliseconds