Searched refs:widthCropped (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderBase.cpp784 uint32_t widthCropped = formatInfo->width - formatInfo->cropLeft - formatInfo->cropRight; local
789 widthCropped = formatInfo->width;
791 uint32_t strideCropped = widthCropped;
854 width, height, widthCropped, heightCropped);
861 widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
875 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;
H A DOMXVideoDecoderVP9HWR.cpp499 uint32_t widthCropped = mDecodedImageWidth; local
501 uint32_t strideCropped = widthCropped;
504 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
518 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;
H A DOMXVideoDecoderVP9Hybrid.cpp563 unsigned int widthCropped = mDecodedImageWidth; local
565 unsigned int strideCropped = widthCropped;
568 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
586 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;

Completed in 58 milliseconds