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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.h 111 uint32_t graphicBufferHeight;
OMXVideoDecoderVP9Hybrid.cpp 94 mGraphicBufferParam.graphicBufferHeight = def_output->format.video.nFrameHeight;
109 bufferHeight = mGraphicBufferParam.graphicBufferHeight;
178 mGraphicBufferParam.graphicBufferHeight = def_output->format.video.nFrameHeight;
190 bufferHeight = mGraphicBufferParam.graphicBufferHeight;
220 || height > mGraphicBufferParam.graphicBufferHeight;
602 height <= mGraphicBufferParam.graphicBufferHeight) {
610 height > mGraphicBufferParam.graphicBufferHeight) {
OMXVideoDecoderBase.cpp 523 mGraphicBufferParam.graphicBufferHeight = def_output->format.video.nFrameHeight;
542 p->graphicBufferHeight = mGraphicBufferParam.graphicBufferHeight;
    [all...]
  /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 117 milliseconds