OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_I_SLICE
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_data.c
142
if (!
IS_I_SLICE
(pSliceHeader->sliceType))
206
if (
IS_I_SLICE
(pSliceHeader->sliceType))
h264bsd_slice_header.h
58
#define
IS_I_SLICE
(sliceType) (((sliceType) == I_SLICE) || \
h264bsd_conceal.c
139
DEBUG(("Concealing %s slice\n",
IS_I_SLICE
(sliceType) ?
174
if ( (
IS_I_SLICE
(sliceType) && (pStorage->intraConcealmentFlag == 0)) ||
306
if (
IS_I_SLICE
(sliceType))
h264bsd_macroblock_layer.c
157
if (
IS_I_SLICE
(sliceType))
[
all
...]
h264bsd_slice_header.c
135
if ( !
IS_I_SLICE
(pSliceHeader->sliceType) &&
[
all
...]
Completed in 135 milliseconds