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

  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 33 for (num_fs = 0; num_fs < MAX_FS; num_fs++)
58 if (dpb->num_fs > MAX_FS)
60 dpb->num_fs = MAX_FS;
131 if (num_fs >= MAX_FS)
133 num_fs = MAX_FS;
211 for (ii = 0; ii < MAX_FS; ii++)
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 79 #define MAX_FS (16+1) /* pre-defined size of frame store array */
557 struct tagFrameStore *fs[MAX_FS]; /* list of frame stored, actual buffer */
    [all...]

Completed in 31 milliseconds