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 498 unsigned int widthCropped = mDecodedImageWidth;
500 unsigned int strideCropped = widthCropped;
503 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
521 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;
OMXVideoDecoderVP9HWR.cpp 498 uint32_t widthCropped = mDecodedImageWidth;
500 uint32_t strideCropped = widthCropped;
503 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
517 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;
OMXVideoDecoderBase.cpp 701 uint32_t widthCropped = formatInfo->width - formatInfo->cropLeft - formatInfo->cropRight;
703 uint32_t strideCropped = widthCropped;
765 width, height, widthCropped, heightCropped);
772 widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
786 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;
    [all...]

Completed in 56 milliseconds