Searched refs:fb_idx_ref_cnt (Results 1 - 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
H A D | onyxd_if.c | 169 /* Decrease fb_idx_ref_cnt since it will be increased again in 171 cm->fb_idx_ref_cnt[free_fb]--; 174 ref_cnt_fb (cm->fb_idx_ref_cnt, ref_fb_ptr, free_fb); 191 if (cm->fb_idx_ref_cnt[i] == 0) 195 cm->fb_idx_ref_cnt[i] = 1; 230 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb); 244 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb); 248 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx); 251 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx); 255 ref_cnt_fb (cm->fb_idx_ref_cnt, [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
H A D | alloccommon.c | 63 oci->fb_idx_ref_cnt[i] = 0; 74 oci->fb_idx_ref_cnt[0] = 1; 75 oci->fb_idx_ref_cnt[1] = 1; 76 oci->fb_idx_ref_cnt[2] = 1; 77 oci->fb_idx_ref_cnt[3] = 1;
|
H A D | onyxc_int.h | 84 int fb_idx_ref_cnt[NUM_YV12_BUFFERS]; member in struct:VP8Common
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
H A D | vp8_dx_iface.c | 556 pbi->common.fb_idx_ref_cnt[0] = 0;
|
Completed in 131 milliseconds