Searched refs:p_dpb (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
D | h264parse_dpb.c | 43 void h264_init_dpb(h264_DecodedPictureBuffer * p_dpb) in h264_init_dpb() argument 53 p_dpb->fs[i].fs_idc = MPD_DPB_FS_NULL_IDC; in h264_init_dpb() 54 p_dpb->fs_dpb_idc[i] = MPD_DPB_FS_NULL_IDC; in h264_init_dpb() 56 p_dpb->used_size = 0; in h264_init_dpb() 57 p_dpb->fs_dec_idc = MPD_DPB_FS_NULL_IDC; in h264_init_dpb() 58 p_dpb->fs_non_exist_idc = MPD_DPB_FS_NULL_IDC; in h264_init_dpb() 74 void h264_dpb_add_ref_list(h264_DecodedPictureBuffer * p_dpb, int32_t ref_idc) in h264_dpb_add_ref_list() argument 76 p_dpb->fs_ref_idc[p_dpb->ref_frames_in_buffer] = ref_idc; in h264_dpb_add_ref_list() 77 p_dpb->ref_frames_in_buffer++; in h264_dpb_add_ref_list() 87 void h264_dpb_add_ltref_list(h264_DecodedPictureBuffer * p_dpb, int32_t ref_idc) in h264_dpb_add_ltref_list() argument [all …]
|
D | h264parse.c | 613 h264_DecodedPictureBuffer *p_dpb = &pInfo->dpb; in h264_update_img_info() local 656 if ( (pInfo->img.PicWidthInMbs != p_dpb->PicWidthInMbs)|| in h264_update_img_info() 657 (pInfo->img.FrameHeightInMbs != p_dpb->FrameHeightInMbs) ) in h264_update_img_info()
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/ |
D | h264parse_dpb.h | 32 extern void h264_dpb_insert_ref_lists(h264_DecodedPictureBuffer * p_dpb,int32_t NonExisting); 39 extern void h264_init_dpb(h264_DecodedPictureBuffer * p_dpb); 41 extern void h264_dpb_unmark_for_reference(h264_DecodedPictureBuffer *p_dpb, int32_t fs_idc); 42 extern void h264_dpb_unmark_for_long_term_reference(h264_DecodedPictureBuffer *p_dpb, int32_t fs_id… 43 …ark_long_term_frame_for_reference_by_frame_idx(h264_DecodedPictureBuffer *p_dpb, int32_t long_term… 44 …ark_long_term_field_for_reference_by_frame_idx(h264_DecodedPictureBuffer *p_dpb, int32_t long_term… 46 extern void h264_dpb_mark_dangling_field(h264_DecodedPictureBuffer *p_dpb, int32_t fs_idc); 52 extern void h264_dpb_set_active_fs(h264_DecodedPictureBuffer * p_dpb,int32_t index); 67 extern void h264_dpb_get_smallest_poc(h264_DecodedPictureBuffer *p_dpb, int32_t *poc, int32_t *pos); 68 extern void h264_dpb_remove_unused_frame_from_dpb(h264_DecodedPictureBuffer *p_dpb, int32_t * flag); [all …]
|