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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_onyxc_int.h 93 RefCntBuffer frame_bufs[FRAME_BUFFERS]; member in struct:VP9Common
211 return &cm->frame_bufs[cm->ref_frame_map[index]].buf;
215 return &cm->frame_bufs[cm->new_fb_idx].buf;
221 if (cm->frame_bufs[i].ref_count == 0)
225 cm->frame_bufs[i].ref_count = 1;
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 92 RefCntBuffer frame_bufs[FRAME_BUFFERS]; member in struct:VP9Common
214 return &cm->frame_bufs[cm->new_fb_idx].buf;
220 if (cm->frame_bufs[i].ref_count == 0)
224 cm->frame_bufs[i].ref_count = 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 92 RefCntBuffer frame_bufs[FRAME_BUFFERS]; member in struct:VP9Common
211 return &cm->frame_bufs[cm->new_fb_idx].buf;
217 if (cm->frame_bufs[i].ref_count == 0)
221 cm->frame_bufs[i].ref_count = 1;

Completed in 473 milliseconds