Home
last modified time | relevance | path

Searched refs:heightCropped (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp500 uint32_t heightCropped = mDecodedImageHeight; in HandleFormatChange() local
502 uint32_t sliceHeightCropped = heightCropped; in HandleFormatChange()
505 heightCropped == paramPortDefinitionOutput.format.video.nFrameHeight) { in HandleFormatChange()
519 paramPortDefinitionOutput.format.video.nFrameHeight = heightCropped; in HandleFormatChange()
DOMXVideoDecoderVP9Hybrid.cpp572 unsigned int heightCropped = mDecodedImageHeight; in HandleFormatChange() local
574 unsigned int sliceHeightCropped = heightCropped; in HandleFormatChange()
577 heightCropped == paramPortDefinitionOutput.format.video.nFrameHeight) { in HandleFormatChange()
595 paramPortDefinitionOutput.format.video.nFrameHeight = heightCropped; in HandleFormatChange()
DOMXVideoDecoderBase.cpp785 uint32_t heightCropped = formatInfo->height - formatInfo->cropTop - formatInfo->cropBottom; local
788 heightCropped = formatInfo->height;
792 uint32_t sliceHeightCropped = heightCropped;
854 width, height, widthCropped, heightCropped);
862 heightCropped == paramPortDefinitionOutput.format.video.nFrameHeight) {
876 paramPortDefinitionOutput.format.video.nFrameHeight = heightCropped;