Home
last modified time | relevance | path

Searched refs:bottom_field_flag (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse.c485 result |= (old_slice.bottom_field_flag != cur_slice.bottom_field_flag); in h264_is_new_picture_start()
573 pInfo->old_slice.bottom_field_flag = pInfo->SliceHeader.bottom_field_flag; in h264_update_old_slice()
619 pInfo->img.bottom_field_flag = pInfo->SliceHeader.bottom_field_flag; in h264_update_img_info()
Dh264parse_sh.c75 SliceHeader->bottom_field_flag = 0; in h264_Parse_Slice_Header_2()
86 SliceHeader->bottom_field_flag = (uint8_t)code; in h264_Parse_Slice_Header_2()
88 SliceHeader->structure = SliceHeader->bottom_field_flag? BOTTOM_FIELD: TOP_FIELD; in h264_Parse_Slice_Header_2()
Dh264parse_dpb.c1466 pInfo->img.last_pic_bottom_field = pInfo->img.bottom_field_flag; in h264_dpb_store_previous_picture_in_dpb()
3938 else if (pInfo->img.bottom_field_flag==0) in h264_hdr_decoding_poc()
4045 else if (!(pInfo->img.bottom_field_flag)) in h264_hdr_decoding_poc()
4100 else if (!(pInfo->img.bottom_field_flag)) in h264_hdr_decoding_poc()
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
Dsecvideoparser.h98 uint8_t bottom_field_flag:1; member
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
Dsecvideoparser.h98 uint8_t bottom_field_flag:1; member
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h669 uint8_t bottom_field_flag; member
730 uint8_t bottom_field_flag; member
901 uint8_t bottom_field_flag; member
/hardware/intel/img/psb_video/src/
Dpnw_H264.c1059 uint32_t bottom_field_flag; in psb__H264_build_B_slice_chunk() local
1061bottom_field_flag = (slice_param->RefPicList1[0].flags & VA_PICTURE_H264_BOTTOM_FIELD) ? 1 : 0; in psb__H264_build_B_slice_chunk()
1080 bottom_field_flag = (i32TopAbsDiffPoc < i32BotAbsDiffPoc) ? 0 : 1; in psb__H264_build_B_slice_chunk()
1084 …IELD(reg_value, MSVDX_VEC_H264, CR_VEC_H264_BE_COL_PIC0, COL_BOTTOM_FIELD_FLAG, bottom_field_flag); in psb__H264_build_B_slice_chunk()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_H264.c914 uint32_t bottom_field_flag; in psb__H264_build_B_slice_chunk() local
916bottom_field_flag = (slice_param->RefPicList1[0].flags & VA_PICTURE_H264_BOTTOM_FIELD) ? 1 : 0; in psb__H264_build_B_slice_chunk()
935 bottom_field_flag = (i32TopAbsDiffPoc < i32BotAbsDiffPoc) ? 0 : 1; in psb__H264_build_B_slice_chunk()
939 …IELD(reg_value, MSVDX_VEC_H264, CR_VEC_H264_BE_COL_PIC0, COL_BOTTOM_FIELD_FLAG, bottom_field_flag); in psb__H264_build_B_slice_chunk()
/hardware/intel/common/libva/va/
Dva.h2531 unsigned bottom_field_flag : 1; member
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_TI_Video.h2156 OMX_U8 bottom_field_flag; member
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_h264_parser.c858 if (parser->info.img.bottom_field_flag) in vbp_add_pic_data_h264()