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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java 74 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/include/pipe/
p_video_state.h 275 uint8_t redundant_pic_cnt_present_flag; member in struct:pipe_h264_picture_desc
  /hardware/intel/common/libva/va/
va_enc_h264.h 364 unsigned int redundant_pic_cnt_present_flag : 1; member in struct:_VAEncPictureParameterBufferH264::__anon23973::__anon23974
va.h 2192 unsigned int redundant_pic_cnt_present_flag : 1; member in struct:_VAPictureParameterBufferH264::__anon23935::__anon23936
2560 unsigned redundant_pic_cnt_present_flag : 1; member in struct:_VAParsePictureParameterBuffer::__anon23942::__anon23943
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva.h 169 UCHAR redundant_pic_cnt_present_flag; member in struct:__anon34731
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 376 uint redundant_pic_cnt_present_flag; /* u(1) */ member in struct:tagPicParamSet
404 /* if(redundant_pic_cnt_present_flag) */
    [all...]
  /hardware/intel/img/psb_video/src/hwdefs/
dxva_cmdseq_msg.h 171 uint32_t redundant_pic_cnt_present_flag:1; member in struct:fw_slice_header_extract_msg::__anon24442::__anon24443
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 598 uint8_t redundant_pic_cnt_present_flag; // u(1) member in struct:_PPS_PAR

Completed in 435 milliseconds