Searched refs:int_fb (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_frame_buffers.c22 list->int_fb =
24 sizeof(*list->int_fb));
25 return (list->int_fb == NULL);
34 vpx_free(list->int_fb[i].data);
35 list->int_fb[i].data = NULL;
37 vpx_free(list->int_fb);
38 list->int_fb = NULL;
51 if (!int_fb_list->int_fb[i].in_use)
58 if (int_fb_list->int_fb[i].size < min_size) {
59 int_fb_list->int_fb[
77 InternalFrameBuffer *const int_fb = (InternalFrameBuffer *)fb->priv; local
[all...]
H A Dvp9_frame_buffers.h29 InternalFrameBuffer *int_fb; member in struct:InternalFrameBufferList

Completed in 524 milliseconds