Searched defs:pic_order_present_flag (Results 1 - 5 of 5) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DPictureParameterSet.java64 public boolean pic_order_present_flag; field in class:PictureParameterSet
94 pps.pic_order_present_flag = reader
95 .readBool("PPS: pic_order_present_flag");
196 writer.writeBool(pic_order_present_flag, "PPS: pic_order_present_flag");
300 result = prime * result + (pic_order_present_flag ? 1231 : 1237);
351 if (pic_order_present_flag != other.pic_order_present_flag)
387 ",\n pic_order_present_flag=" + pic_order_present_flag
[all...]
/external/chromium_org/third_party/libva/va/
H A Dva_enc_h264.h363 unsigned int pic_order_present_flag : 1; member in struct:_VAEncPictureParameterBufferH264::__anon12358::__anon12359
424 /** \brief Valid if \c pic_order_present_flag and this is a bottom field. */
H A Dva.h1557 unsigned int pic_order_present_flag : 1; member in struct:_VAPictureParameterBufferH264::__anon12339::__anon12340
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_video_state.h273 uint8_t pic_order_present_flag; member in struct:pipe_h264_picture_desc
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h273 uint8_t pic_order_present_flag; member in struct:pipe_h264_picture_desc

Completed in 4207 milliseconds