HomeSort by relevance Sort by last modified time
    Searched refs:redundant_pic_cnt_present_flag (Results 1 - 6 of 6) 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...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
init.cpp 334 picParam->redundant_pic_cnt_present_flag = 0; /* default */
455 if (extP->redundant_pic_cnt_present_flag != 0)
459 picParam->redundant_pic_cnt_present_flag = extP->redundant_pic_cnt_present_flag; /* default */
588 picParam->redundant_pic_cnt_present_flag == FALSE)
    [all...]
header.cpp 308 temp |= picParam->redundant_pic_cnt_present_flag;
375 if (currPPS->redundant_pic_cnt_present_flag)
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 276 M4OSA_Bool redundant_pic_cnt_present_flag; member in struct:__anon18985
  /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...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 93 milliseconds