OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numRefFrames
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.h
89
u32
numRefFrames
;
105
u32
numRefFrames
,
113
u32
numRefFrames
,
h264bsd_seq_param_set.h
62
u32
numRefFrames
;
h264bsd_seq_param_set.c
225
&pSeqParamSet->
numRefFrames
);
228
if (pSeqParamSet->
numRefFrames
> MAX_NUM_REF_PICS)
306
if (value == INVALID_DPB_SIZE || pSeqParamSet->
numRefFrames
> value)
310
pSeqParamSet->
numRefFrames
));
311
value = pSeqParamSet->
numRefFrames
;
337
pSeqParamSet->
numRefFrames
||
526
pSps1->
numRefFrames
== pSps2->
numRefFrames
&&
h264bsd_dpb.c
341
dpb->
numRefFrames
--;
377
dpb->
numRefFrames
--;
427
dpb->
numRefFrames
--;
478
dpb->
numRefFrames
--;
525
dpb->
numRefFrames
= 0;
571
dpb->
numRefFrames
--;
577
if (dpb->
numRefFrames
< dpb->maxRefFrames)
587
dpb->
numRefFrames
++;
709
dpb->
numRefFrames
= 1;
783
if (dpb->
numRefFrames
< dpb->maxRefFrames
[
all
...]
h264bsd_slice_header.c
72
u32
numRefFrames
);
140
!pSeqParamSet->
numRefFrames
) )
306
pNalUnit->nalUnitType, pSeqParamSet->
numRefFrames
);
562
numRefFrames
max number of reference frames from the active SPS
575
u32
numRefFrames
)
605
if (!
numRefFrames
&& pDecRefPicMarking->longTermReferenceFlag)
624
if (i > (2 *
numRefFrames
+ 2))
669
/* value shall be in range [0,
numRefFrames
] */
670
if (value >
numRefFrames
)
[
all
...]
h264bsd_sei.c
116
u32
numRefFrames
);
284
pSeqParamSet->
numRefFrames
);
972
u32
numRefFrames
)
998
&pDecRefPicMarkingRepetition->decRefPicMarking, NAL_SEI,
numRefFrames
);
[
all
...]
h264bsd_storage.c
393
pStorage->activeSps->
numRefFrames
,
Completed in 998 milliseconds