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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 88 #define MAX_NUM_SLICE_GROUP 8 /* maximum for all the profiles */
117 uint run_length_minus1[MAX_NUM_SLICE_GROUP]; /* array of size num_slice_group, in round robin fasion */
119 uint top_left[MAX_NUM_SLICE_GROUP-1]; /* array of co-ordinates of each slice_group */
120 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* except the last one which is the background. */
init.cpp 239 if (encParam->num_slice_group < 1 || encParam->num_slice_group > MAX_NUM_SLICE_GROUP)
352 (extP->num_slice_groups_minus1 > MAX_NUM_SLICE_GROUP - 1))
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 76 #define MAX_NUM_SLICE_GROUP 8 /* used in PicParamSet */
355 uint run_length_minus1[MAX_NUM_SLICE_GROUP]; /* ue(v) */
358 uint top_left[MAX_NUM_SLICE_GROUP-1]; /* ue(v) */
359 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* ue(v) */
    [all...]

Completed in 101 milliseconds