Searched defs:frame_bufs (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_onyxc_int.h92 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 124 milliseconds