OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 84 milliseconds