Searched defs:frame_to_show (Results 1 - 6 of 6) sorted by last modified time

/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h81 YV12_BUFFER_CONFIG *frame_to_show; member in struct:VP8Common
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h90 YV12_BUFFER_CONFIG *frame_to_show; member in struct:VP9Common
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1038 const int frame_to_show = cm->ref_frame_map[vp9_rb_read_literal(rb, 3)]; local
1040 if (cm->frame_bufs[frame_to_show].ref_count < 1)
1043 frame_to_show);
1045 ref_cnt_fb(cm->frame_bufs, &cm->new_fb_idx, frame_to_show);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyxc_int.h81 YV12_BUFFER_CONFIG *frame_to_show; member in struct:VP8Common
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_onyxc_int.h91 YV12_BUFFER_CONFIG *frame_to_show; member in struct:VP9Common
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1195 const int frame_to_show = cm->ref_frame_map[vp9_rb_read_literal(rb, 3)]; local
1197 if (frame_to_show < 0 || cm->frame_bufs[frame_to_show].ref_count < 1)
1200 frame_to_show);
1202 ref_cnt_fb(cm->frame_bufs, &cm->new_fb_idx, frame_to_show);

Completed in 6870 milliseconds