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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java 38 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=" + pic_order_cnt_type
    [all...]
  /frameworks/av/media/libstagefright/
avc_utils.cpp 107 unsigned pic_order_cnt_type = parseUE(&br); local
109 if (pic_order_cnt_type == 0) {
111 } else if (pic_order_cnt_type == 1) {
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 268 uint8_t pic_order_cnt_type; member in struct:pipe_h264_picture_desc
  /hardware/intel/common/libva/va/
va_enc_h264.h 191 unsigned int pic_order_cnt_type : 2; member in struct:_VAEncSequenceParameterBufferH264::__anon23969::__anon23970
205 /** if pic_order_cnt_type == 1 */
423 /** @name If pic_order_cnt_type == 0 */
430 /** @name If pic_order_cnt_type == 1 && !delta_pic_order_always_zero_flag */
va.h 2169 unsigned int pic_order_cnt_type : 2; member in struct:_VAPictureParameterBufferH264::__anon23933::__anon23934
2584 unsigned char pic_order_cnt_type; member in struct:_VAParsePictureParameterBuffer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva.h 160 UCHAR pic_order_cnt_type; member in struct:__anon34731
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 248 uint8 pic_order_cnt_type; member in struct:_vbp_codec_data_h264
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 307 uint pic_order_cnt_type; /* ue(v), range 0..2 */ member in struct:tagSeqParamSet
308 /* if( pic_order_cnt_type == 0 ) */
310 /* else if( pic_order_cnt_type == 1 ) */
397 /* if(pic_order_cnt_type==0) */
401 /* if(pic_order_cnt_type==1 && !delta_pic_order_always_zero_flag) */
    [all...]
  /hardware/intel/img/psb_video/src/hwdefs/
dxva_cmdseq_msg.h 179 uint32_t pic_order_cnt_type:2; member in struct:fw_slice_header_extract_msg::__anon24442::__anon24443
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 810 uint8_t pic_order_cnt_type; // ue(v), 0 to 2 member in struct:_SPS_PAR_USED
907 uint8_t pic_order_cnt_type; member in struct:_h264_img_par

Completed in 520 milliseconds