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

  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 215 int new_fb = 0; local
218 new_fb = cm->lst_fb_idx;
220 new_fb = cm->gld_fb_idx;
224 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb);
229 int new_fb = 0; local
232 new_fb = cm->lst_fb_idx;
234 new_fb = cm->alt_fb_idx;
238 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);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1398 YV12_BUFFER_CONFIG *const new_fb = get_frame_new_buffer(cm); local
    [all...]
  /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 1595 const int new_fb = get_free_fb(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...]
  /external/libvncserver/x11vnc/
screen.c 3143 char *new_fb; local
    [all...]

Completed in 226 milliseconds