OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noOutputOfPriorPicsFlag
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.h
101
u32
noOutputOfPriorPicsFlag
;
179
u32 h264bsdCheckPriorPicsFlag(u32 *
noOutputOfPriorPicsFlag
,
h264bsd_decoder.c
346
u32
noOutputOfPriorPicsFlag
= 1;
360
h264bsdCheckPriorPicsFlag(&
noOutputOfPriorPicsFlag
,
371
(
noOutputOfPriorPicsFlag
!= 0) ||
h264bsd_slice_header.c
597
pDecRefPicMarking->
noOutputOfPriorPicsFlag
= tmp;
[
all
...]
h264bsd_dpb.c
684
/* if
noOutputOfPriorPicsFlag
was set -> the pictures preceding the
686
if (mark->
noOutputOfPriorPicsFlag
|| dpb->noReordering)
[
all
...]
Completed in 24 milliseconds