OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:graphicBufferHeight
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.h
111
uint32_t
graphicBufferHeight
;
OMXVideoDecoderVP9Hybrid.cpp
95
mGraphicBufferParam.
graphicBufferHeight
= def_output->format.video.nFrameHeight;
110
bufferHeight = mGraphicBufferParam.
graphicBufferHeight
;
179
mGraphicBufferParam.
graphicBufferHeight
= def_output->format.video.nFrameHeight;
191
bufferHeight = mGraphicBufferParam.
graphicBufferHeight
;
221
|| height > mGraphicBufferParam.
graphicBufferHeight
;
600
height <= mGraphicBufferParam.
graphicBufferHeight
) {
608
height > mGraphicBufferParam.
graphicBufferHeight
) {
OMXVideoDecoderBase.cpp
522
mGraphicBufferParam.
graphicBufferHeight
= def_output->format.video.nFrameHeight;
541
p->
graphicBufferHeight
= mGraphicBufferParam.
graphicBufferHeight
;
[
all
...]
OMXVideoDecoderVP9HWR.cpp
258
int surfaceHeight = mGraphicBufferParam.
graphicBufferHeight
;
526
height <= mGraphicBufferParam.
graphicBufferHeight
) {
533
height > mGraphicBufferParam.
graphicBufferHeight
) {
/hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h
155
uint32_t
graphicBufferHeight
;
VideoDecoderBase.cpp
137
mVideoFormatInfo.surfaceHeight = buffer->
graphicBufferHeight
;
167
mVideoFormatInfo.surfaceHeight = buffer->
graphicBufferHeight
;
[
all
...]
Completed in 501 milliseconds