OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deltaPicOrderCntBottom
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_order_cnt.c
192
if (pSliceHeader->
deltaPicOrderCntBottom
< 0)
193
picOrderCnt += pSliceHeader->
deltaPicOrderCntBottom
;
211
* -
deltaPicOrderCntBottom
*/
212
if (pSliceHeader->
deltaPicOrderCntBottom
< 0)
214
(u32)(-pSliceHeader->
deltaPicOrderCntBottom
);
h264bsd_slice_header.h
116
i32
deltaPicOrderCntBottom
;
163
i32 *
deltaPicOrderCntBottom
);
h264bsd_storage.c
635
i32
deltaPicOrderCntBottom
, deltaPicOrderCnt[2];
733
nuNext->nalUnitType, &
deltaPicOrderCntBottom
);
738
deltaPicOrderCntBottom
)
741
deltaPicOrderCntBottom
;
h264bsd_slice_header.c
203
pSliceHeader->
deltaPicOrderCntBottom
= itmp;
213
pSliceHeader->
deltaPicOrderCntBottom
) != 0 ) )
1044
deltaPicOrderCntBottom
value is stored here
1056
i32 *
deltaPicOrderCntBottom
)
1068
ASSERT(
deltaPicOrderCntBottom
);
[
all
...]
Completed in 207 milliseconds