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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp 785 uint32_t widthCropped = formatInfo->width - formatInfo->cropLeft - formatInfo->cropRight;
791 widthCropped = formatInfo->width;
793 uint32_t strideCropped = widthCropped;
    [all...]
OMXVideoDecoderVP9Hybrid.cpp 570 unsigned int widthCropped = mDecodedImageWidth;
572 unsigned int strideCropped = widthCropped;
575 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
593 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;

Completed in 554 milliseconds