HomeSort by relevance Sort by last modified time
    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 476 currVol->quantType = BitstreamRead1Bits(stream);
477 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...]
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 185 mEncParams->quantType[0] = 0;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 119 mEncParams->quantType[0] = 0;

Completed in 153 milliseconds