OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:P_SLICE
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.h
47
P_SLICE
= 0,
54
#define IS_P_SLICE(sliceType) (((sliceType) ==
P_SLICE
) || \
55
((sliceType) ==
P_SLICE
+ 5))
/external/libavc/decoder/
ih264d_defs.h
349
#define
P_SLICE
0
Completed in 40 milliseconds