Searched refs:slice_group_map_type (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dheader.cpp247 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)
H A Dinit.cpp247 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)
880 if (video->currPicParams->num_slice_groups_minus1 > 0 && video->currPicParams->slice_group_map_type >= 3
881 && video->currPicParams->slice_group_map_type <= 5)
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dfmo.cpp36 switch (currPPS->slice_group_map_type)
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h239 /* 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:__anon299
258 /* else if( slice_group_map_type = = 3 || 4 || 5 */
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h352 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)*/
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c1189 pps->slice_group_map_type =
1192 switch( pps->slice_group_map_type )
1248 pps->slice_group_map_type = 0;

Completed in 113 milliseconds