OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:activesps
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_decoder.c
229
if (pStorage->picStarted && pStorage->
activeSps
!= NULL)
320
* indication if
activeSps
changes */
331
pStorage->
activeSps
= NULL;
345
seqParamSet_t *newSPS = pStorage->
activeSps
;
399
pStorage->
activeSps
, pStorage->activePps, &nalUnit);
413
pStorage->
activeSps
->
479
pStorage->
activeSps
, pStorage->sliceHeader, pStorage->prevNalUnit);
650
if (pStorage->
activeSps
)
651
return(pStorage->
activeSps
->picWidthInMbs);
685
if (pStorage->
activeSps
)
[
all
...]
h264bsd_storage.c
157
if (h264bsdCompareSeqParamSets(pSeqParamSet, pStorage->
activeSps
) != 0)
163
pStorage->
activeSps
= NULL;
328
pStorage->
activeSps
= pStorage->sps[pStorage->activeSpsId];
330
pStorage->
activeSps
->picWidthInMbs *
331
pStorage->
activeSps
->picHeightInMbs;
333
pStorage->currImage->width = pStorage->
activeSps
->picWidthInMbs;
334
pStorage->currImage->height = pStorage->
activeSps
->picHeightInMbs;
355
pStorage->
activeSps
->picWidthInMbs,
363
pStorage->
activeSps
->picOrderCntType == 2 ||
364
(pStorage->
activeSps
->vuiParametersPresentFlag &
[
all
...]
h264bsd_storage.h
81
seqParamSet_t *
activeSps
;
h264bsd_slice_data.c
327
if (tmp >= MAX(pStorage->
activeSps
->picWidthInMbs, 10))
H264SwDecApi.c
218
if (pStorage->
activeSps
== NULL || pStorage->activePps == NULL)
Completed in 270 milliseconds