OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:roundingtype
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h
59
Int
roundingType
;
198
Int
RoundingType
;
vop.cpp
386
status = BitstreamPut1Bits(stream, currVop->
roundingType
); /* vop_rounding_type */
mp4enc_api.cpp
299
encParams->
RoundingType
= 0;
367
encParams->
RoundingType
= 0;
386
encParams->
RoundingType
= 0;
[
all
...]
motion_comp.cpp
116
round1 = (Int)(1 - video->currVop->
roundingType
);
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
68
int
roundingType
;
vop.cpp
897
currVop->
roundingType
= (int) BitstreamRead1Bits(stream);
901
currVop->
roundingType
= 0;
[
all
...]
mb_motion_comp.cpp
166
round1 = (int)(1 - video->currVop->
roundingType
);
Completed in 214 milliseconds