OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quantType
(Results
1 - 10
of
10
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
108
uint
quantType
; /* MPEG-4 or H.263 Quantization Type */
vop.cpp
480
currVol->
quantType
= BitstreamRead1Bits(stream);
481
if (currVol->
quantType
)
[
all
...]
pvdec_api.cpp
243
video->vol[idx]->
quantType
= 0;
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h
177
Int
quantType
[2];
/frameworks/av/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/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp
134
mEncParams->
quantType
[0] = 0;
/hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp
185
mEncParams->
quantType
[0] = 0;
Completed in 278 milliseconds