Searched refs:pic_order_present_flag (Results 1 - 12 of 12) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dh264parse_pps.c34 ///// pic_order_present_flag
36 PictureParameterSet->pic_order_present_flag = (uint8_t)code;
H A Dh264parse_sh.c120 if((pInfo->active_PPS.pic_order_present_flag) && !(SliceHeader->field_pic_flag))
133 if((pInfo->active_PPS.pic_order_present_flag) && !(SliceHeader->field_pic_flag))
H A Dh264parse_dpb.c3968 ( (!pInfo->active_PPS.pic_order_present_flag) && (!(pInfo->img.field_pic_flag))) ? 0 :
/hardware/intel/common/libva/va/
H A Dva_enc_h264.h366 unsigned int pic_order_present_flag : 1; member in struct:_VAEncPictureParameterBufferH264::__anon891::__anon892
427 /** \brief Valid if \c pic_order_present_flag and this is a bottom field. */
H A Dva.h2190 unsigned int pic_order_present_flag : 1; member in struct:_VAPictureParameterBufferH264::__anon853::__anon854
2558 unsigned pic_order_present_flag : 1; member in struct:_VAParsePictureParameterBuffer::__anon860::__anon861
H A Dva_trace.c1267 va_TraceFlagIfNotZero(trace_ctx, "\t\tpic_order_present_flag", p->pic_fields.bits.pic_order_present_flag);
1535 va_TraceMsg(trace_ctx, "\tpic_order_present_flag = %d\n", p->pic_fields.bits.pic_order_present_flag);
/hardware/intel/img/psb_video/src/hwdefs/
H A Ddxva_cmdseq_msg.h169 uint32_t pic_order_present_flag:1; member in struct:fw_slice_header_extract_msg::__anon1359::__anon1360
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
H A DVideoDecoderAVCSecure.cpp530 VTRACE("flags.bits.pic_order_present_flag = %d", data->pic_parse_buffer->flags.bits.pic_order_present_flag);
647 VTRACE("flags.bits.pic_order_present_flag = %d", data->pic_parse_buffer->flags.bits.pic_order_present_flag);
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
H A DVideoDecoderAVCSecure.cpp550 VTRACE("flags.bits.pic_order_present_flag = %d", data->pic_parse_buffer->flags.bits.pic_order_present_flag);
667 VTRACE("flags.bits.pic_order_present_flag = %d", data->pic_parse_buffer->flags.bits.pic_order_present_flag);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264.h585 uint8_t pic_order_present_flag; // u(1) member in struct:_PPS_PAR
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_h264_parser.c925 pic_parms->pic_fields.bits.pic_order_present_flag = parser->info.active_PPS.pic_order_present_flag;
/hardware/intel/img/psb_video/src/
H A Dpnw_H264.c892 extract_msg->flag_bitfield.bits.pic_order_present_flag =
893 pic_param_buf->flags.bits.pic_order_present_flag;

Completed in 636 milliseconds