HomeSort by relevance Sort by last modified time
    Searched defs:pic_order_present_flag (Results 1 - 10 of 10) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java 64 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/
va_enc_h264.h 363 unsigned int pic_order_present_flag : 1; member in struct:_VAEncPictureParameterBufferH264::__anon17560::__anon17561
424 /** \brief Valid if \c pic_order_present_flag and this is a bottom field. */
va.h 1558 unsigned int pic_order_present_flag : 1; member in struct:_VAPictureParameterBufferH264::__anon17539::__anon17540
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_state.h 273 uint8_t pic_order_present_flag; member in struct:pipe_h264_picture_desc
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 273 uint8_t pic_order_present_flag; member in struct:pipe_h264_picture_desc
  /hardware/intel/common/libva/va/
va_enc_h264.h 366 unsigned int pic_order_present_flag : 1; member in struct:_VAEncPictureParameterBufferH264::__anon40478::__anon40479
427 /** \brief Valid if \c pic_order_present_flag and this is a bottom field. */
va.h 2190 unsigned int pic_order_present_flag : 1; member in struct:_VAPictureParameterBufferH264::__anon40440::__anon40441
2558 unsigned pic_order_present_flag : 1; member in struct:_VAParsePictureParameterBuffer::__anon40447::__anon40448
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva.h 165 UCHAR pic_order_present_flag; member in struct:__anon50226
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 349 uint pic_order_present_flag; /* u(1) */ member in struct:tagPicParamSet
399 /* if(pic_order_present_flag && !field_pic_flag) */
402 /* if(pic_order_present_flag && !field_pic_flag) */
    [all...]
  /hardware/intel/img/psb_video/src/hwdefs/
dxva_cmdseq_msg.h 169 uint32_t pic_order_present_flag:1; member in struct:fw_slice_header_extract_msg::__anon40981::__anon40982

Completed in 512 milliseconds