HomeSort by relevance Sort by last modified time
    Searched refs:VBR_1 (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 57 VBR_1,
179 /** @brief Sets rate control algorithm, one of (CONSTANT_Q, CBR_1, or VBR_1).
182 * VBR_1 (variable bit rate) gives better picture quality at the expense of bit rate fluctuation
185 * type=VBR_1 produces sequences suitable for download. */
193 * frame skipping is automatically banned. In CBR_1 and VBR_1 rate control, frame skipping is allowed by default.
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 170 mEncParams->rcType = VBR_1;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 104 mEncParams->rcType = VBR_1;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp 305 case VBR_1:
342 default: /* for case CBR_1/2, VBR_1/2 */
    [all...]
mp4enc_api.cpp 548 case VBR_1:
    [all...]

Completed in 311 milliseconds