Searched refs:quantType (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h108 uint quantType; /* MPEG-4 or H.263 Quantization Type */ member in struct:tagVol
H A Dvop.cpp482 currVol->quantType = BitstreamRead1Bits(stream);
483 if (currVol->quantType)
H A Dpvdec_api.cpp263 video->vol[idx]->quantType = 0;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h177 Int quantType[2]; member in struct:tagvideoEncOptions
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddatapart_encode.cpp67 if (currVol->quantType == 0)
273 if (currVol->quantType == 0)
H A Dcombined_encode.cpp70 if (currVol->quantType == 0)
327 if (currVol->quantType == 0)
H A Dmp4lib_int.h100 Int quantType; /* MPEG-4 or H.263 Quantization Type */ member in struct:tagVol
H A Dmp4enc_api.cpp318 encParams->QuantType[i] = encOption->quantType[i]; /* H263 */
924 pVol->quantType = pEncParams->QuantType[idx]; /* Quantizer Type */
2511 status = BitstreamPut1Bits(stream, currVol->quantType);/* quant_type */
2513 if (currVol->quantType)
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
H A Dm4v_h263_enc_test.cpp161 encParams.quantType[0] = 0;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp141 mEncParams->quantType[0] = 0;

Completed in 1332 milliseconds