Searched defs:redundant_pic_cnt_present_flag (Results 1 - 6 of 6) 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
/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/drivers/nouveau/nv50/
H A Dnv84_video_bsp.c57 uint32_t redundant_pic_cnt_present_flag; // 9c member in struct:iparm::ipicparm
189 params.ipicparm.redundant_pic_cnt_present_flag = desc->pps->redundant_pic_cnt_present_flag;
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_bsp.c104 uint32_t redundant_pic_cnt_present_flag; // 2c always 0? member in struct:h264_picparm_bsp
223 h->redundant_pic_cnt_present_flag = d->pps->redundant_pic_cnt_present_flag;
/external/v4l2_codec2/vda/
H A Dh264_parser.h207 bool redundant_pic_cnt_present_flag; member in struct:media::H264PPS
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h314 uint8_t redundant_pic_cnt_present_flag; member in struct:pipe_h264_pps

Completed in 90 milliseconds