OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIdrPicture
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H264SwDecApi.h
100
u32
isIdrPicture
; /* Flag to indicate if the picture is an
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c
175
decPicture.
isIdrPicture
? "IDR" : "NON-IDR",
218
decPicture.
isIdrPicture
? "IDR" : "NON-IDR",
DecTestBench.c
316
decPicture.
isIdrPicture
? "IDR" : "NON-IDR"));
378
decPicture.
isIdrPicture
? "IDR" : "NON-IDR"));
TestBenchMultipleInstance.c
270
decoder[i]->decPicture.
isIdrPicture
319
decoder[i]->decPicture.
isIdrPicture
H264SwDecApi.c
563
pOutput->
isIdrPicture
= isIdrPic;
Completed in 675 milliseconds