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

/external/chromium_org/third_party/libvpx/source/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[
81 InternalFrameBuffer *const int_fb = (InternalFrameBuffer *)fb->priv; local
[all...]
H A Dvp9_frame_buffers.h29 InternalFrameBuffer *int_fb; member in struct:InternalFrameBufferList
/external/libvpx/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 121 milliseconds