OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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))
h264bsd_decoder.c
246
tmp = h264bsdConceal(pStorage, pStorage->currImage,
P_SLICE
);
Completed in 1626 milliseconds