HomeSort by relevance Sort by last modified time
    Searched defs:Bitrate (Results 1 - 4 of 4) sorted by null

  /frameworks/av/libvideoeditor/vss/common/inc/
M4ENCODER_AudioCommon.h 142 * @brief The current mode of the bitrate regulation.
147 M4ENCODER_kAacRegulNone = 0, /**< no bitrate regulation */
188 M4ENCODER_AudioBitrate Bitrate; /**< bitrate, see enum */
M4ENCODER_common.h 75 M4ENCODER_kVARIABLE_FPS, /**< Variable video bitrate */
265 M4ENCODER_Bitrate Bitrate; /**< Bitrate, see enum */
291 M4OSA_UInt32 Bitrate; /**< Free value for the bitrate */
332 M4OSA_UInt32 Quality; /**< Bitrate, see enum */
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h 185 int Bitrate; // [IN] rate control parameter(bit rate)
228 int Bitrate; // [IN] rate control parameter(bit rate)
260 int Bitrate; // [IN] rate control parameter(bit rate)
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 252 public final class Bitrate {
253 /** Variable bitrate. Means no bitrate regulation */
256 /** An undefined bitrate. */
259 /** A bitrate of 9.2 kbits/s. */
262 /** A bitrate of 12.2 kbits/s. */
265 /** A bitrate of 16 kbits/s. */
268 /** A bitrate of 24 kbits/s. */
271 /** A bitrate of 32 kbits/s. */
274 /** A bitrate of 48 kbits/s. *
    [all...]

Completed in 143 milliseconds