Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp426 unsigned int heightCropped = mDecodedImageHeight; in HandleFormatChange() local
428 unsigned int sliceHeightCropped = heightCropped; in HandleFormatChange()
431 heightCropped == paramPortDefinitionOutput.format.video.nFrameHeight) { in HandleFormatChange()
445 paramPortDefinitionOutput.format.video.nFrameHeight = heightCropped; in HandleFormatChange()
DOMXVideoDecoderVP9HWR.cpp502 uint32_t heightCropped = mDecodedImageHeight; in HandleFormatChange() local
504 uint32_t sliceHeightCropped = heightCropped; in HandleFormatChange()
507 heightCropped == paramPortDefinitionOutput.format.video.nFrameHeight) { in HandleFormatChange()
521 paramPortDefinitionOutput.format.video.nFrameHeight = heightCropped; in HandleFormatChange()
DOMXVideoDecoderBase.cpp633 uint32_t heightCropped = formatInfo->height - formatInfo->cropTop - formatInfo->cropBottom; local
635 uint32_t sliceHeightCropped = heightCropped;
658 width, height, widthCropped, heightCropped);
666 heightCropped == paramPortDefinitionOutput.format.video.nFrameHeight) {
680 paramPortDefinitionOutput.format.video.nFrameHeight = heightCropped;