HomeSort by relevance Sort by last modified time
    Searched refs:delta_pic_order_always_zero_flag (Results 1 - 6 of 6) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java 40 public boolean delta_pic_order_always_zero_flag; field in class:SeqParameterSet
123 sps.delta_pic_order_always_zero_flag = reader
124 .readBool("SPS: delta_pic_order_always_zero_flag");
361 writer.writeBool(delta_pic_order_always_zero_flag,
362 "SPS: delta_pic_order_always_zero_flag");
518 ", \n delta_pic_order_always_zero_flag=" + delta_pic_order_always_zero_flag +
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 220 M4OSA_Bool delta_pic_order_always_zero_flag; member in struct:__anon18984
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 61 status = BitstreamWrite1Bit(stream, seqParam->delta_pic_order_always_zero_flag);
366 if (currSPS->pic_order_cnt_type == 1 && !currSPS->delta_pic_order_always_zero_flag)
778 if (!currSPS->delta_pic_order_always_zero_flag)
    [all...]
init.cpp 121 seqParam->delta_pic_order_always_zero_flag = encParam->delta_poc_zero_flag;
176 seqParam->delta_pic_order_always_zero_flag = extS->delta_pic_order_always_zero_flag;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 311 uint delta_pic_order_always_zero_flag; /* u(1) */ member in struct:tagSeqParamSet
401 /* if(pic_order_cnt_type==1 && !delta_pic_order_always_zero_flag) */
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 908 && (instance->encoder_sps.delta_pic_order_always_zero_flag) )
932 && (instance->clip_sps.delta_pic_order_always_zero_flag) )
1063 sps->delta_pic_order_always_zero_flag =
    [all...]

Completed in 413 milliseconds