OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_REF_PIC_LIST
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h
40
#define
MAX_REF_PIC_LIST
33
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
81
#define
MAX_REF_PIC_LIST
33 /* max size of the RefPicList0 and RefPicList1 */
758
AVCPictureData *RefPicList0[
MAX_REF_PIC_LIST
]; /* list 0 */
759
AVCPictureData *RefPicList1[
MAX_REF_PIC_LIST
]; /* list 1 */
[
all
...]
Completed in 2437 milliseconds