Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DPictureParameterSet.java74 public boolean redundant_pic_cnt_present_flag; field in PictureParameterSet
154 pps.redundant_pic_cnt_present_flag = reader in read()
245 writer.writeBool(redundant_pic_cnt_present_flag, in write()
303 + (redundant_pic_cnt_present_flag ? 1231 : 1237); in hashCode()
355 if (redundant_pic_cnt_present_flag != other.redundant_pic_cnt_present_flag) in equals()
397 ",\n redundant_pic_cnt_present_flag=" + redundant_pic_cnt_present_flag + in toString()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_bsp.c57 uint32_t redundant_pic_cnt_present_flag; // 9c member
189 params.ipicparm.redundant_pic_cnt_present_flag = desc->pps->redundant_pic_cnt_present_flag; in nv84_decoder_bsp()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c104 uint32_t redundant_pic_cnt_present_flag; // 2c always 0? member
223 h->redundant_pic_cnt_present_flag = d->pps->redundant_pic_cnt_present_flag; in nouveau_vp3_fill_picparm_h264_bsp()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dh264_bitstream_parser.h56 uint32_t redundant_pic_cnt_present_flag = 0; member
Dh264_bitstream_parser.cc308 parser.ReadBits(&pps_.redundant_pic_cnt_present_flag, 1)); in ParsePpsNalu()
383 if (pps_.redundant_pic_cnt_present_flag) { in ParseNonParameterSetNalu()
/external/mesa3d/src/gallium/state_trackers/va/
Dpicture_h264.c105 context->desc.h264.pps->redundant_pic_cnt_present_flag = in vlVaHandlePictureParameterBufferH264()
106 h264->pic_fields.bits.redundant_pic_cnt_present_flag; in vlVaHandlePictureParameterBufferH264()
/external/v4l2_codec2/vda/
Dh264_parser.h204 bool redundant_pic_cnt_present_flag; member
Dh264_parser.cc976 READ_BOOL_OR_RETURN(&pps->redundant_pic_cnt_present_flag); in ParsePPS()
1254 if (pps->redundant_pic_cnt_present_flag) { in ParseSliceHeader()
Dv4l2_slice_video_decode_accelerator.cc2018 SET_V4L2_PPS_FLAG_IF(redundant_pic_cnt_present_flag, in SubmitFrameMetadata()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h314 uint8_t redundant_pic_cnt_present_flag; member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c376 picture->pps->redundant_pic_cnt_present_flag = picture_info->redundant_pic_cnt_present_flag; in vlVdpDecoderRenderH264()
/external/mesa3d/src/gallium/state_trackers/omx/
Dvid_dec_h264.c488 pps->redundant_pic_cnt_present_flag = vl_rbsp_u(rbsp, 1); in picture_parameter_set()
884 if (pps->redundant_pic_cnt_present_flag) in slice_header()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.c531 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()