OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:widthCropped
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp
629
uint32_t
widthCropped
= formatInfo->width - formatInfo->cropLeft - formatInfo->cropRight;
631
uint32_t strideCropped =
widthCropped
;
654
width, height,
widthCropped
, heightCropped);
657
widthCropped
== paramPortDefinitionOutput.format.video.nFrameWidth &&
671
paramPortDefinitionOutput.format.video.nFrameWidth =
widthCropped
;
[
all
...]
OMXVideoDecoderVP9HWR.cpp
503
uint32_t
widthCropped
= mDecodedImageWidth;
505
uint32_t strideCropped =
widthCropped
;
508
if (
widthCropped
== paramPortDefinitionOutput.format.video.nFrameWidth &&
522
paramPortDefinitionOutput.format.video.nFrameWidth =
widthCropped
;
Completed in 3489 milliseconds