HomeSort by relevance Sort by last modified time
    Searched refs:pic_order_present_flag (Results 1 - 7 of 7) 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...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 238 status = BitstreamWrite1Bit(stream, picParam->pic_order_present_flag);
361 if (currPPS->pic_order_present_flag && !sliceHdr->field_pic_flag)
369 if (currPPS->pic_order_present_flag && !sliceHdr->field_pic_flag)
709 if (video->currPicParams->pic_order_present_flag && !sliceHdr->field_pic_flag)
782 if (video->currPicParams->pic_order_present_flag && !sliceHdr->field_pic_flag)
    [all...]
init.cpp 237 picParam->pic_order_present_flag = 0; /* default for now, will need it for B-slice */
345 picParam->pic_order_present_flag = extP->pic_order_present_flag; /* default for now, will need it for B-slice */
346 if (extP->pic_order_present_flag != 0)
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 272 M4OSA_Bool pic_order_present_flag; member in struct:__anon18985
  /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...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 489 if (pps.pic_order_present_flag && !field_pic_flag) {
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 901 if( instance->encoder_pps.pic_order_present_flag )
913 if( instance->encoder_pps.pic_order_present_flag )
925 if( instance->encoder_pps.pic_order_present_flag )
937 if( instance->encoder_pps.pic_order_present_flag )
    [all...]

Completed in 1615 milliseconds