HomeSort by relevance Sort by last modified time
    Searched refs:new_fb (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 232 int new_fb = 0; local
235 new_fb = cm->lst_fb_idx;
237 new_fb = cm->gld_fb_idx;
241 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb);
246 int new_fb = 0; local
249 new_fb = cm->lst_fb_idx;
251 new_fb = cm->alt_fb_idx;
255 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 221 int new_fb = 0; local
224 new_fb = cm->lst_fb_idx;
226 new_fb = cm->gld_fb_idx;
230 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb);
235 int new_fb = 0; local
238 new_fb = cm->lst_fb_idx;
240 new_fb = cm->alt_fb_idx;
244 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 1263 YV12_BUFFER_CONFIG *const new_fb = get_frame_new_buffer(cm); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 2835 int new_fb = cpi->scaled_ref_idx[ref_frame - 1]; local
2860 int new_fb = cpi->scaled_ref_idx[ref_frame - 1]; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 2177 YV12_BUFFER_CONFIG *const new_fb = get_frame_new_buffer(cm); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 2135 const int new_fb = get_free_fb(cm); local
    [all...]

Completed in 498 milliseconds