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 */
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 170 int Bitrate; /* [IN] rate control parameter(bit rate) */
265 ExynosVideoErrorType (*Set_BitRate)(void *pHandle, int bitRate);
  /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 4027 milliseconds