Home
last modified time | relevance | path

Searched refs:viddec_h264_get_dec_structure (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c117 if(viddec_h264_get_dec_structure(active_fs) == FRAME) in h264_dpb_insert_ref_lists()
131 if(viddec_h264_get_dec_structure(active_fs) == FRAME) { in h264_dpb_insert_ref_lists()
1471 switch (viddec_h264_get_dec_structure(active_fs)) in h264_dpb_store_previous_picture_in_dpb()
1506 …if ((viddec_h264_get_dec_structure(active_fs) == TOP_FIELD)||(viddec_h264_get_dec_structure(active… in h264_dpb_store_previous_picture_in_dpb()
1696 switch (viddec_h264_get_dec_structure(active_fs)) in h264_dpb_insert_picture_in_dpb()
2083 if (viddec_h264_get_dec_structure(active_fs) == FRAME) in h264_dpb_mm_mark_current_picture_long_term()
2093 if(viddec_h264_get_dec_structure(active_fs) == TOP_FIELD) in h264_dpb_mm_mark_current_picture_long_term()
2112 …e_by_frame_idx(p_dpb, long_term_frame_idx, p_dpb->fs_dec_idc, viddec_h264_get_dec_structure(active… in h264_dpb_mm_mark_current_picture_long_term()
2369 if (viddec_h264_get_dec_structure(active_fs) == FRAME) in h264_dpb_adaptive_memory_management()
2380 else if (viddec_h264_get_dec_structure(active_fs) == TOP_FIELD) in h264_dpb_adaptive_memory_management()
[all …]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h358 #define viddec_h264_get_dec_structure(x) h264_bitfields_extract( (x)->fs_flag_1, 0, 0x03) macro
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_h264_parser.c253 if (FRAME != viddec_h264_get_dec_structure(store)) in vbp_set_VAPicture_h264()
263 if (FRAME == viddec_h264_get_dec_structure(store)) in vbp_set_VAPicture_h264()