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

/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/chromium_org/third_party/libva/va/
H A Dva_enc_h264.h188 unsigned int pic_order_cnt_type : 2; member in struct:_VAEncSequenceParameterBufferH264::__anon12931::__anon12932
202 /** if pic_order_cnt_type == 1 */
420 /** @name If pic_order_cnt_type == 0 */
427 /** @name If pic_order_cnt_type == 1 && !delta_pic_order_always_zero_flag */
H A Dva.h1537 unsigned int pic_order_cnt_type : 2; member in struct:_VAPictureParameterBufferH264::__anon12912::__anon12913
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_video_state.h268 uint8_t pic_order_cnt_type; member in struct:pipe_h264_picture_desc
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h268 uint8_t pic_order_cnt_type; member in struct:pipe_h264_picture_desc
/external/chromium_org/media/filters/
H A Dh264_parser.h111 int pic_order_cnt_type; member in struct:media::H264SPS

Completed in 1913 milliseconds