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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 499 unsigned int heightCropped = mDecodedImageHeight;
501 unsigned int sliceHeightCropped = heightCropped;
504 heightCropped == paramPortDefinitionOutput.format.video.nFrameHeight) {
522 paramPortDefinitionOutput.format.video.nFrameHeight = heightCropped;
OMXVideoDecoderVP9HWR.cpp 499 uint32_t heightCropped = mDecodedImageHeight;
501 uint32_t sliceHeightCropped = heightCropped;
504 heightCropped == paramPortDefinitionOutput.format.video.nFrameHeight) {
518 paramPortDefinitionOutput.format.video.nFrameHeight = heightCropped;
OMXVideoDecoderBase.cpp 702 uint32_t heightCropped = formatInfo->height - formatInfo->cropTop - formatInfo->cropBottom;
704 uint32_t sliceHeightCropped = heightCropped;
765 width, height, widthCropped, heightCropped);
773 heightCropped == paramPortDefinitionOutput.format.video.nFrameHeight) {
787 paramPortDefinitionOutput.format.video.nFrameHeight = heightCropped;
    [all...]

Completed in 41 milliseconds