Home
last modified time | relevance | path

Searched refs:offset_for_top_to_bottom_field (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/libva/va/
Dva_enc_h264.h212 int offset_for_top_to_bottom_field; member
Dva_trace.c1459 …_TraceMsg(trace_ctx, "\toffset_for_top_to_bottom_field = %d\n", p->offset_for_top_to_bottom_field); in va_TraceVAEncSequenceParameterBufferH264()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h801 …int32_t offset_for_top_to_bottom_field; // se(v), -2^31 to (2^31)-1, 32-bit in… member
861 int32_t offset_for_top_to_bottom_field; member
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse.c628 pInfo->img.offset_for_top_to_bottom_field = pInfo->active_SPS.offset_for_top_to_bottom_field; in h264_update_img_info()
Dh264parse_sps.c416 SPS->offset_for_top_to_bottom_field = h264_GetVLCElement(parent, pInfo, true); in h264_Parse_SeqParameterSet()
Dh264parse_dpb.c4041 …pInfo->img.bottompoc = pInfo->img.toppoc + pInfo->img.offset_for_top_to_bottom_field + delta_pic_o… in h264_hdr_decoding_poc()
4056 …pInfo->img.bottompoc = ExpectedPicOrderCnt + pInfo->img.offset_for_top_to_bottom_field + delta_pic… in h264_hdr_decoding_poc()