OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aub
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_storage.c
100
pStorage->
aub
->firstCallFlag = HANTRO_TRUE;
663
if (storage->
aub
->firstCallFlag)
666
storage->
aub
->firstCallFlag = HANTRO_FALSE;
683
if (storage->
aub
->nuPrev->nalRefIdc != nuNext->nalRefIdc &&
684
(storage->
aub
->nuPrev->nalRefIdc == 0 || nuNext->nalRefIdc == 0))
687
if ((storage->
aub
->nuPrev->nalUnitType == NAL_CODED_SLICE_IDR &&
689
(storage->
aub
->nuPrev->nalUnitType != NAL_CODED_SLICE_IDR &&
697
if (storage->
aub
->prevFrameNum != frameNum)
699
storage->
aub
->prevFrameNum = frameNum;
710
if (storage->
aub
->nuPrev->nalUnitType == NAL_CODED_SLICE_IDR &
[
all
...]
h264bsd_storage.h
120
aubCheck_t
aub
[1];
member in struct:__anon19559
Completed in 33 milliseconds