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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java 66 public int slice_group_map_type; field in class:PictureParameterSet
99 pps.slice_group_map_type = reader
100 .readUE("PPS: slice_group_map_type");
104 if (pps.slice_group_map_type == 0)
108 else if (pps.slice_group_map_type == 2)
114 else if (pps.slice_group_map_type == 3
115 || pps.slice_group_map_type == 4
116 || pps.slice_group_map_type == 5) {
121 } else if (pps.slice_group_map_type == 6) {
199 writer.writeUE(slice_group_map_type, "PPS: slice_group_map_type")
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 247 status = ue_v(stream, picParam->slice_group_map_type);
248 if (picParam->slice_group_map_type == 0)
255 else if (picParam->slice_group_map_type == 2)
263 else if (picParam->slice_group_map_type == 3 ||
264 picParam->slice_group_map_type == 4 ||
265 picParam->slice_group_map_type == 5)
270 else /*if(picParam->slice_group_map_type == 6)*/
480 if (currPPS->num_slice_groups_minus1 > 0 && currPPS->slice_group_map_type >= 3
481 && currPPS->slice_group_map_type <= 5)
    [all...]
init.cpp 247 picParam->slice_group_map_type = encParam->fmo_type;
360 picParam->slice_group_map_type = extP->slice_group_map_type;
361 switch (extP->slice_group_map_type)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
fmo.cpp 36 switch (currPPS->slice_group_map_type)
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 239 /* if( slice_group_map_type = = 0 ) */
241 /* else if( slice_group_map_type = = 2 ) */
244 /* else if( slice_group_map_type = = 6 ) */
257 M4OSA_UInt8 slice_group_map_type; member in struct:__anon18985
258 /* else if( slice_group_map_type = = 3 || 4 || 5 */
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 352 uint slice_group_map_type; /* ue(v), range 0..6 */ member in struct:tagPicParamSet
353 /* if( slice_group_map_type = = 0 ) */
356 /* else if( slice_group_map_type = = 2 ) */
360 /* else if( slice_group_map_type = = 3 || 4 || 5 */
363 /* else if( slice_group_map_type = = 6 ) */
450 /* if(num_slice_groups_minus1>0 && slice_group_map_type>=3 && slice_group_map_type<=5)*/
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 460 milliseconds