Home
last modified time | relevance | path

Searched refs:h264_DecodedPictureBuffer (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264parse_dpb.h32 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 extern void h264_dpb_unmark_long_term_frame_for_reference_by_frame_idx(h264_DecodedPictureBuffer *p…
44 extern void h264_dpb_unmark_long_term_field_for_reference_by_frame_idx(h264_DecodedPictureBuffer *p…
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 …]
Dh264.h456 } h264_DecodedPictureBuffer; typedef
958 h264_DecodedPictureBuffer dpb;
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c43 void h264_init_dpb(h264_DecodedPictureBuffer * p_dpb) 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()
87 void h264_dpb_add_ltref_list(h264_DecodedPictureBuffer * p_dpb, int32_t ref_idc) in h264_dpb_add_ltref_list()
105 void h264_dpb_insert_ref_lists(h264_DecodedPictureBuffer * p_dpb, int32_t NonExisting) in h264_dpb_insert_ref_lists()
158 void h264_dpb_set_active_fs(h264_DecodedPictureBuffer * p_dpb, int32_t index) in h264_dpb_set_active_fs()
240 int32_t h264_dpb_gen_pic_list_from_frame_list(h264_DecodedPictureBuffer *p_dpb, uint8_t *pic_list, … in h264_dpb_gen_pic_list_from_frame_list()
344 void h264_dpb_remove_ref_list(h264_DecodedPictureBuffer * p_dpb, int32_t ref_idc) in h264_dpb_remove_ref_list()
380 void h264_dpb_remove_ltref_list(h264_DecodedPictureBuffer * p_dpb,int32_t ref_idc) in h264_dpb_remove_ltref_list()
419 h264_DecodedPictureBuffer * p_dpb = &pInfo->dpb; in h264_dpb_update_ref_lists()
905 h264_DecodedPictureBuffer *p_dpb = &pInfo->dpb; in h264_dpb_get_short_term_pic()
[all …]
Dh264parse.c340 h264_memset( &(pInfo->dpb), 0x0, sizeof(h264_DecodedPictureBuffer) ); in h264_init_Info_under_sps_pps_level()
613 h264_DecodedPictureBuffer *p_dpb = &pInfo->dpb; in h264_update_img_info()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_h264_parser.c435 h264_DecodedPictureBuffer* dpb = &(parser->info.dpb); in vbp_set_reference_frames_h264()