/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
fmo.cpp | 51 FmoGenerateType4MapUnitMap(MbToSliceGroupMap, video->MapUnitsInSliceGroup0, currPPS->slice_group_change_direction_flag, PicSizeInMapUnits); 54 FmoGenerateType5MapUnitMap(MbToSliceGroupMap, video, currPPS->slice_group_change_direction_flag, PicSizeInMapUnits); 143 x = (PicWidthInMbs - pps->slice_group_change_direction_flag) / 2; 144 y = (video->PicHeightInMapUnits - pps->slice_group_change_direction_flag) / 2; 151 xDir = pps->slice_group_change_direction_flag - 1; 152 yDir = pps->slice_group_change_direction_flag; 167 yDir = 2 * pps->slice_group_change_direction_flag - 1; 174 yDir = 1 - 2 * pps->slice_group_change_direction_flag; 180 xDir = 1 - 2 * pps->slice_group_change_direction_flag; 187 xDir = 2 * pps->slice_group_change_direction_flag - 1 [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
PictureParameterSet.java | 78 public boolean slice_group_change_direction_flag; field in class:PictureParameterSet 117 pps.slice_group_change_direction_flag = reader 118 .readBool("PPS: slice_group_change_direction_flag"); 214 writer.writeBool(slice_group_change_direction_flag, 215 "PPS: slice_group_change_direction_flag"); 307 + (slice_group_change_direction_flag ? 1231 : 1237); 361 if (slice_group_change_direction_flag != other.slice_group_change_direction_flag) 401 ",\n slice_group_change_direction_flag=" + slice_group_change_direction_flag [all...] |
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avclib_common.h | 277 \param "slice_group_change_direction_flag" "A value from the slice header." 282 int slice_group_change_direction_flag, uint PicSizeInMapUnits); 289 \param "slice_group_change_direction_flag" "A value from the slice header." 294 int slice_group_change_direction_flag, uint PicSizeInMapUnits);
|
avcint_common.h | 361 uint slice_group_change_direction_flag; /* u(1) */ member in struct:tagPicParamSet [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
init.cpp | 268 picParam->slice_group_change_direction_flag = TRUE; 272 picParam->slice_group_change_direction_flag = FALSE; 379 picParam->slice_group_change_direction_flag = extP->slice_group_change_direction_flag; [all...] |
header.cpp | 267 status = BitstreamWrite1Bit(stream, picParam->slice_group_change_direction_flag); [all...] |
/frameworks/av/libvideoeditor/vss/mcs/inc/ |
M4MCS_InternalTypes.h | 259 M4OSA_Bool slice_group_change_direction_flag; member in struct:__anon29338
|
/frameworks/av/libvideoeditor/vss/mcs/src/ |
M4MCS_API.c | [all...] |