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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp 786 uint32_t heightCropped = formatInfo->height - formatInfo->cropTop - formatInfo->cropBottom;
790 heightCropped = formatInfo->height;
794 uint32_t sliceHeightCropped = heightCropped;
    [all...]
OMXVideoDecoderVP9Hybrid.cpp 571 unsigned int heightCropped = mDecodedImageHeight;
573 unsigned int sliceHeightCropped = heightCropped;
576 heightCropped == paramPortDefinitionOutput.format.video.nFrameHeight) {
594 paramPortDefinitionOutput.format.video.nFrameHeight = heightCropped;

Completed in 377 milliseconds