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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 108 h264_dpb_set_active_fs(p_dpb,p_dpb->fs_non_exist_idc);
110 h264_dpb_set_active_fs(p_dpb, p_dpb->fs_dec_idc);
158 void h264_dpb_set_active_fs(h264_DecodedPictureBuffer * p_dpb, int32_t index) function
261 h264_dpb_set_active_fs(p_dpb, frame_list[top_idx]);
278 h264_dpb_set_active_fs(p_dpb, frame_list[bot_idx]);
301 h264_dpb_set_active_fs(p_dpb, frame_list[bot_idx]);
317 h264_dpb_set_active_fs(p_dpb, frame_list[top_idx]);
453 h264_dpb_set_active_fs(p_dpb, p_dpb->fs_ref_idc[idx]);
486 h264_dpb_set_active_fs(p_dpb, p_dpb->fs_ltref_idc[idx]);
525 h264_dpb_set_active_fs(p_dpb, p_dpb->fs_ref_idc[idx])
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse_dpb.h 52 extern void h264_dpb_set_active_fs(h264_DecodedPictureBuffer * p_dpb,int32_t index);

Completed in 49 milliseconds