Searched refs:redundant_pic_cnt_present_flag (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dh264_bitstream_parser.h56 uint32_t redundant_pic_cnt_present_flag = 0; member in struct:webrtc::H264BitstreamParser::PpsState
H A Dh264_bitstream_parser.cc306 // redundant_pic_cnt_present_flag: u(1)
308 parser.ReadBits(&pps_.redundant_pic_cnt_present_flag, 1));
383 if (pps_.redundant_pic_cnt_present_flag) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DPictureParameterSet.java74 public boolean redundant_pic_cnt_present_flag; field in class:PictureParameterSet
154 pps.redundant_pic_cnt_present_flag = reader
155 .readBool("PPS: redundant_pic_cnt_present_flag");
245 writer.writeBool(redundant_pic_cnt_present_flag,
246 "PPS: redundant_pic_cnt_present_flag");
303 + (redundant_pic_cnt_present_flag ? 1231 : 1237);
355 if (redundant_pic_cnt_present_flag != other.redundant_pic_cnt_present_flag)
397 ",\n redundant_pic_cnt_present_flag=" + redundant_pic_cnt_present_flag
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h275 uint8_t redundant_pic_cnt_present_flag; member in struct:pipe_h264_picture_desc
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Ddecode.c358 picture->redundant_pic_cnt_present_flag = picture_info->redundant_pic_cnt_present_flag;

Completed in 143 milliseconds