Home
last modified time | relevance | path

Searched refs:second_field (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dviddec_h264_parse.c186 pInfo->img.second_field = h264_is_second_field(pInfo); in viddec_h264_parse()
187 if(pInfo->img.second_field == 0) in viddec_h264_parse()
Dh264parse_dpb.c1517 if(pInfo->img.second_field) in h264_dpb_store_previous_picture_in_dpb()
1559 if(pInfo->img.second_field == 0) { in h264_dpb_store_previous_picture_in_dpb()
1571 if ((pInfo->img.second_field == 0) || (NonExisting)) in h264_dpb_store_previous_picture_in_dpb()
1580 if((pInfo->img.structure != FRAME) && (pInfo->img.second_field == 0)) { in h264_dpb_store_previous_picture_in_dpb()
1595 if((pInfo->img.second_field == 1) || (pInfo->img.structure == FRAME)) in h264_dpb_store_previous_picture_in_dpb()
2391 h264_dpb_flush_dpb(pInfo, 1, pInfo->img.second_field,pInfo->active_SPS.num_ref_frames); in h264_dpb_adaptive_memory_management()
2748 h264_dpb_flush_dpb(pInfo, 1, pInfo->img.second_field, num_ref_frames); in h264_dpb_idr_memory_management()
3693 if(pInfo->img.second_field == 0) { in h264_dpb_update_queue_dangling_field()
3756 if(pInfo->img.second_field == 0) in h264_dpb_init_frame_store()
3767 if (!(pInfo->img.second_field)) in h264_dpb_init_frame_store()
[all …]
Dh264parse.c536 if((pInfo->img.structure == FRAME) || (pInfo->img.second_field)) { in h264_check_previous_frame_end()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h897 …uint8_t second_field; // Set to one if this is the second field of a set of paired field… member