OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quantType
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
108
uint
quantType
; /* MPEG-4 or H.263 Quantization Type */
vop.cpp
476
currVol->
quantType
= BitstreamRead1Bits(stream);
477
if (currVol->
quantType
)
[
all
...]
pvdec_api.cpp
243
video->vol[idx]->
quantType
= 0;
[
all
...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h
177
Int
quantType
[2];
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp
67
if (currVol->
quantType
== 0)
273
if (currVol->
quantType
== 0)
combined_encode.cpp
70
if (currVol->
quantType
== 0)
327
if (currVol->
quantType
== 0)
mp4lib_int.h
99
Int
quantType
; /* MPEG-4 or H.263 Quantization Type */
192
Int
QuantType
[4]; /* H263, MPEG2 */
mp4enc_api.cpp
309
encParams->
QuantType
[i] = 0;
311
encParams->
QuantType
[i] = encOption->
quantType
[i]; /* H263 */
363
encParams->
QuantType
[0] = 0; /*H263 */
382
encParams->
QuantType
[0] = 0; /*H263 */
[
all
...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/
M4vH263Encoder.cpp
275
mEncParams->
quantType
[0] = 0;
Completed in 37 milliseconds