OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IVD_INCOMPLETE_BITSTREAM
(Results
1 - 6
of
6
) sorted by null
/external/libmpeg2/decoder/
impeg2d.h
66
#define IS_IVD_INCOMPLETE_BITSTREAM_ERROR(x) (x & (1 <<
IVD_INCOMPLETE_BITSTREAM
))
76
#define SET_IVD_INCOMPLETE_BITSTREAM_ERROR(x) ((x) |= (x) | (1 <<
IVD_INCOMPLETE_BITSTREAM
))
ivd.h
181
IVD_INCOMPLETE_BITSTREAM
= 0x10,
/external/libavc/decoder/
ih264d.h
65
#define IS_IVD_INCOMPLETE_BITSTREAM_ERROR(x) (x & (1 <<
IVD_INCOMPLETE_BITSTREAM
))
ivd.h
183
IVD_INCOMPLETE_BITSTREAM
= 0x10,
/external/libhevc/common/
ivd.h
181
IVD_INCOMPLETE_BITSTREAM
= 0x10,
/external/libhevc/decoder/
ihevcd_cxa.h
60
#define IS_IVD_INCOMPLETE_BITSTREAM_ERROR(x) (x & (1 <<
IVD_INCOMPLETE_BITSTREAM
))
Completed in 50 milliseconds