Home
last modified time | relevance | path

Searched refs:bottom_field_pic_order_in_frame_present_flag (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dh264_bitstream_parser.cc230 uint32_t bottom_field_pic_order_in_frame_present_flag; in ParsePpsNalu() local
232 parser.ReadBits(&bottom_field_pic_order_in_frame_present_flag, 1)); in ParsePpsNalu()
233 pps_.bottom_field_pic_order_in_frame_present_flag = in ParsePpsNalu()
234 bottom_field_pic_order_in_frame_present_flag != 0; in ParsePpsNalu()
369 if (pps_.bottom_field_pic_order_in_frame_present_flag && in ParseNonParameterSetNalu()
378 if (pps_.bottom_field_pic_order_in_frame_present_flag && !field_pic_flag) { in ParseNonParameterSetNalu()
Dh264_bitstream_parser.h53 bool bottom_field_pic_order_in_frame_present_flag = false; member
/external/v4l2_codec2/vda/
Dh264_parser.h195 bool bottom_field_pic_order_in_frame_present_flag; member
Dh264_parser.cc1036 READ_BOOL_OR_RETURN(&pps->bottom_field_pic_order_in_frame_present_flag); in ParsePPS()
1326 if (pps->bottom_field_pic_order_in_frame_present_flag && in ParseSliceHeader()
1333 if (pps->bottom_field_pic_order_in_frame_present_flag && in ParseSliceHeader()
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dvid_dec_h264.c428 pps->bottom_field_pic_order_in_frame_present_flag = vl_rbsp_u(rbsp, 1); in picture_parameter_set()
765 if (pps->bottom_field_pic_order_in_frame_present_flag && !priv->picture.h264.field_pic_flag) { in slice_header()
797 … if (pps->bottom_field_pic_order_in_frame_present_flag && !priv->picture.h264.field_pic_flag) { in slice_header()
/external/mesa3d/src/gallium/state_trackers/va/
Dpicture_h264.c101 context->desc.h264.pps->bottom_field_pic_order_in_frame_present_flag = in vlVaHandlePictureParameterBufferH264()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_bsp.c187 params.ipicparm.pic_order_present_flag = desc->pps->bottom_field_pic_order_in_frame_present_flag; in nv84_decoder_bsp()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h303 uint8_t bottom_field_pic_order_in_frame_present_flag; member
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c213 h->pic_order_present_flag = d->pps->bottom_field_pic_order_in_frame_present_flag; in nouveau_vp3_fill_picparm_h264_bsp()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c380 … picture->pps->bottom_field_pic_order_in_frame_present_flag = picture_info->pic_order_present_flag; in vlVdpDecoderRenderH264()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c148 result.pps_info_flags |= pic->pps->bottom_field_pic_order_in_frame_present_flag << 7; in get_h264_msg()
Dradeon_uvd.c556 result.pps_info_flags |= pic->pps->bottom_field_pic_order_in_frame_present_flag << 7; in get_h264_msg()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c500 result.pps_info_flags |= pic->pps->bottom_field_pic_order_in_frame_present_flag << 7; in get_h264_msg()