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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 81 mGraphicBufferParam.graphicBufferHeight * 1.5;
84 bufferHeight = mGraphicBufferParam.graphicBufferHeight;
141 mGraphicBufferParam.graphicBufferHeight * 1.5;
145 bufferHeight = mGraphicBufferParam.graphicBufferHeight;
166 || height > mGraphicBufferParam.graphicBufferHeight;
452 height <= mGraphicBufferParam.graphicBufferHeight) {
459 height > mGraphicBufferParam.graphicBufferHeight) {
OMXVideoDecoderBase.h 106 uint32_t graphicBufferHeight;
OMXVideoDecoderVP9HWR.cpp 260 int surfaceHeight = mGraphicBufferParam.graphicBufferHeight;
263 mGraphicBufferParam.graphicBufferHeight * 1.5;
528 height <= mGraphicBufferParam.graphicBufferHeight) {
535 height > mGraphicBufferParam.graphicBufferHeight) {
OMXVideoDecoderBase.cpp 456 p->graphicBufferHeight = mGraphicBufferParam.graphicBufferHeight;
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 152 uint32_t graphicBufferHeight;
VideoDecoderBase.cpp 133 mVideoFormatInfo.surfaceHeight = buffer->graphicBufferHeight;
162 mVideoFormatInfo.surfaceHeight = buffer->graphicBufferHeight;
    [all...]

Completed in 1141 milliseconds