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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.h 109 uint32_t graphicBufferVStride;
OMXVideoDecoderVP9Hybrid.cpp 93 mGraphicBufferParam.graphicBufferVStride = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f;
108 bufferVStride = mGraphicBufferParam.graphicBufferVStride;
177 mGraphicBufferParam.graphicBufferVStride = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f;
189 bufferVStride = mGraphicBufferParam.graphicBufferVStride;
OMXVideoDecoderBase.cpp 520 mGraphicBufferParam.graphicBufferVStride = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f;
539 p->graphicBufferVStride = mGraphicBufferParam.graphicBufferVStride;
    [all...]
OMXVideoDecoderVP9HWR.cpp 260 int surfaceVStride = mGraphicBufferParam.graphicBufferVStride;
262 mGraphicBufferParam.graphicBufferVStride * 1.5;
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 152 uint32_t graphicBufferVStride;
VideoDecoderBase.cpp 916 mVASurfaceAttrib->data_size = mConfigBuffer.graphicBufferHStride * mConfigBuffer.graphicBufferVStride * 1.5;
923 mVASurfaceAttrib->offsets[1] = mConfigBuffer.graphicBufferHStride * mConfigBuffer.graphicBufferVStride;
    [all...]

Completed in 3313 milliseconds