OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:graphicBufferWidth
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.h
110
uint32_t
graphicBufferWidth
;
OMXVideoDecoderVP9Hybrid.cpp
94
mGraphicBufferParam.
graphicBufferWidth
= def_output->format.video.nFrameWidth;
109
bufferWidth = mGraphicBufferParam.
graphicBufferWidth
;
178
mGraphicBufferParam.
graphicBufferWidth
= def_output->format.video.nFrameWidth;
190
bufferWidth = mGraphicBufferParam.
graphicBufferWidth
;
220
ret = width > mGraphicBufferParam.
graphicBufferWidth
599
width <= mGraphicBufferParam.
graphicBufferWidth
&&
607
width > mGraphicBufferParam.
graphicBufferWidth
||
OMXVideoDecoderBase.cpp
521
mGraphicBufferParam.
graphicBufferWidth
= def_output->format.video.nFrameWidth;
540
p->
graphicBufferWidth
= mGraphicBufferParam.
graphicBufferWidth
;
[
all
...]
OMXVideoDecoderVP9HWR.cpp
257
int surfaceWidth = mGraphicBufferParam.
graphicBufferWidth
;
525
if (width <= mGraphicBufferParam.
graphicBufferWidth
&&
532
if (width > mGraphicBufferParam.
graphicBufferWidth
||
/hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h
154
uint32_t
graphicBufferWidth
;
VideoDecoderBase.cpp
136
mVideoFormatInfo.surfaceWidth = buffer->
graphicBufferWidth
;
166
mVideoFormatInfo.surfaceWidth = buffer->
graphicBufferWidth
;
[
all
...]
Completed in 541 milliseconds