Searched defs:pic_order_cnt_type (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dh264_bitstream_parser.h47 uint32_t pic_order_cnt_type = 0; member in struct:webrtc::H264BitstreamParser::SpsState
H A Dh264_sps_parser.cc131 // pic_order_cnt_type: ue(v)
132 uint32_t pic_order_cnt_type; local
133 RETURN_FALSE_ON_FAIL(parser.ReadExponentialGolomb(&pic_order_cnt_type));
134 if (pic_order_cnt_type == 0) {
137 } else if (pic_order_cnt_type == 1) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DSeqParameterSet.java38 public int pic_order_cnt_type; field in class:SeqParameterSet
118 sps.pic_order_cnt_type = reader.readUE("SPS: pic_order_cnt_type");
119 if (sps.pic_order_cnt_type == 0) {
122 } else if (sps.pic_order_cnt_type == 1) {
356 writer.writeUE(pic_order_cnt_type, "SPS: pic_order_cnt_type");
357 if (pic_order_cnt_type == 0) {
360 } else if (pic_order_cnt_type == 1) {
516 "\n pic_order_cnt_type
[all...]
/external/v4l2_codec2/vda/
H A Dh264_dpb.h42 int pic_order_cnt_type; member in class:media::H264Picture
H A Dh264_parser.h123 int pic_order_cnt_type; member in struct:media::H264SPS
H A Dv4l2-controls.h1010 __u8 pic_order_cnt_type; member in struct:v4l2_ctrl_h264_sps
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_bsp.c30 uint32_t pic_order_cnt_type; // 12c member in struct:iparm::iseqparm
182 params.iseqparm.pic_order_cnt_type = desc->pps->sps->pic_order_cnt_type;
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_bsp.c83 uint32_t pic_order_cnt_type; // 08 checked member in struct:h264_picparm_bsp
214 h->pic_order_cnt_type = d->pps->sps->pic_order_cnt_type;
H A Dnouveau_vp3_video_vp.c132 unsigned pic_order_cnt_type : 2; // 31 6..7 member in struct:h264_picparm_vp
348 h->pic_order_cnt_type = d->pps->sps->pic_order_cnt_type;
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_uvd.h138 uint8_t pic_order_cnt_type; member in struct:ruvd_h264
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h284 uint8_t pic_order_cnt_type; member in struct:pipe_h264_sps

Completed in 483 milliseconds