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
339
dpb->
numRefFrames
--;
375
dpb->
numRefFrames
--;
425
dpb->
numRefFrames
--;
476
dpb->
numRefFrames
--;
523
dpb->
numRefFrames
= 0;
569
dpb->
numRefFrames
--;
575
if (dpb->
numRefFrames
< dpb->maxRefFrames)
585
dpb->
numRefFrames
++;
707
dpb->
numRefFrames
= 1;
781
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
375
pStorage->activeSps->
numRefFrames
,
Completed in 3074 milliseconds