OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numDecodedMbs
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_data.c
221
if ((pStorage->slice->
numDecodedMbs
+ mbCount) > pStorage->picSizeInMbs)
227
pStorage->slice->
numDecodedMbs
+= mbCount;
h264bsd_storage.h
57
u32
numDecodedMbs
;
h264bsd_storage.c
469
pStorage->slice->
numDecodedMbs
= 0;
528
is determined by checking the value of
numDecodedMbs
in the
530
redundant slices the
numDecodedMbs
may not contain valid
557
if (pStorage->slice->
numDecodedMbs
== pStorage->picSizeInMbs)
Completed in 360 milliseconds