HomeSort by relevance Sort by last modified time
    Searched defs:fb_index (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_frame_buffer.h 41 int fb_index; member in struct:vpx_codec_frame_buffer
vpx_image.h 145 int fb_index; member in struct:vpx_image
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 57 int fb_index; member in struct:yv12_buffer_config
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 313 int fb_index; local
321 fb_index = mGetRawDataOutput(mCtx,mHybridCtx,dst,height,stride);
322 if (fb_index == -1) {
341 fb_index = mGetOutput(mCtx,mHybridCtx, &mDecodedImageNewWidth, &mDecodedImageNewHeight);
342 if (fb_index == -1) {
363 buffer = *pBuffer = mOMXBufferHeaderTypePtrArray[fb_index];

Completed in 97 milliseconds