HomeSort by relevance Sort by last modified time
    Searched full:bitrate (Results 101 - 125 of 215) sorted by null

1 2 3 45 6 7 8 9

  /frameworks/media/libvideoeditor/vss/common/inc/
M4DA_Types.h 88 M4OSA_UInt32 m_averageBitRate; /**< Average bitrate in kb/s */
  /frameworks/media/libvideoeditor/vss/inc/
M4PTO3GPP_InternalTypes.h 176 M4_MediaTime m_dLastVideoRegulCts; /**< Last time (CTS) the video bitrate
M4VSS3GPP_InternalTypes.h 425 M4OSA_UInt32 uiVideoBitrate; /**< Average video bitrate of the output file,
444 M4OSA_UInt32 uiAudioBitrate; /**< Audio average bitrate (in bps) */
506 M4OSA_UInt32 uiOutputAverageVideoBitrate; /**< Average video bitrate of the
586 targeted video bitrate */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/spi/
spidev.h 55 * @speed_hz: Temporary override of the device's bitrate.
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
nl80211_copy.h     [all...]
  /frameworks/base/include/media/stagefright/openmax/
OMX_Audio.h 198 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those
203 the bitrate of the overall bitrate */
321 bitrate closest to specified value (in bps) */
322 OMX_U32 nMinBitRate; /**< Sets minimum bitrate (in bps). */
323 OMX_U32 nMaxBitRate; /**< Sets maximum bitrate (in bps). */
332 OMX_BOOL bManaged; /**< Set bitrate management mode. This turns off the
333 normal VBR encoding, but allows hard or soft bitrate
338 non-stereo streams). Useful for lower-bitrate encoding. */
438 OMX_BOOL bEnableBitrate; /**< Use bitrate value instead of bitpool *
    [all...]
OMX_Video.h 232 * Enumeration of possible bitrate control types
247 * Structure for configuring bitrate mode of a codec.
254 * nTargetBitrate : Target bitrate to encode with
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Audio.h 181 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those
186 the bitrate of the overall bitrate */
304 bitrate closest to specified value (in bps) */
305 OMX_U32 nMinBitRate; /**< Sets minimum bitrate (in bps). */
306 OMX_U32 nMaxBitRate; /**< Sets maximum bitrate (in bps). */
315 OMX_BOOL bManaged; /**< Set bitrate management mode. This turns off the
316 normal VBR encoding, but allows hard or soft bitrate
321 non-stereo streams). Useful for lower-bitrate encoding. */
421 OMX_BOOL bEnableBitrate; /**< Use bitrate value instead of bitpool *
    [all...]
OMX_Video.h 214 * Enumeration of possible bitrate control types
229 * Structure for configuring bitrate mode of a codec.
236 * nTargetBitrate : Target bitrate to encode with
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Audio.h 181 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those
186 the bitrate of the overall bitrate */
304 bitrate closest to specified value (in bps) */
305 OMX_U32 nMinBitRate; /**< Sets minimum bitrate (in bps). */
306 OMX_U32 nMaxBitRate; /**< Sets maximum bitrate (in bps). */
315 OMX_BOOL bManaged; /**< Set bitrate management mode. This turns off the
316 normal VBR encoding, but allows hard or soft bitrate
321 non-stereo streams). Useful for lower-bitrate encoding. */
421 OMX_BOOL bEnableBitrate; /**< Use bitrate value instead of bitpool */
    [all...]
OMX_Video.h 214 * Enumeration of possible bitrate control types
229 * Structure for configuring bitrate mode of a codec.
236 * nTargetBitrate : Target bitrate to encode with
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Audio.h 181 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those
186 the bitrate of the overall bitrate */
304 bitrate closest to specified value (in bps) */
305 OMX_U32 nMinBitRate; /**< Sets minimum bitrate (in bps). */
306 OMX_U32 nMaxBitRate; /**< Sets maximum bitrate (in bps). */
315 OMX_BOOL bManaged; /**< Set bitrate management mode. This turns off the
316 normal VBR encoding, but allows hard or soft bitrate
321 non-stereo streams). Useful for lower-bitrate encoding. */
421 OMX_BOOL bEnableBitrate; /**< Use bitrate value instead of bitpool *
    [all...]
OMX_Video.h 214 * Enumeration of possible bitrate control types
229 * Structure for configuring bitrate mode of a codec.
236 * nTargetBitrate : Target bitrate to encode with
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
init.cpp 519 rateCtrl->bitRate = encParam->bitrate;
521 rateCtrl->initDelayOffset = (rateCtrl->bitRate * encParam->init_CBP_removal_delay / 1000);
658 rateCtrl->bitRate <= (int32)MaxBR[ii]*1000 &&
689 rateCtrl->bitRate > (int32)MaxBR[lev_idx]*1000 ||
    [all...]
avcenc_api.h 150 uint32 bitrate; /* target encoding bit rate in bits/second */ member in struct:tagAVCEncParam
312 OSCL_IMPORT_REF AVCEnc_Status PVAVCEncUpdateBitRate(AVCHandle *avcHandle, uint32 bitrate);
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp 763 pEncoderContext->mCodecParams->Bitrate = pCodecParams->Bitrate;
803 LOGV("Encoder w %d, h %d, bitrate %d, fps %d",
806 pEncoderContext->mCodecParams->Bitrate,
854 (int32_t)pEncoderContext->mCodecParams->Bitrate);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
nl80211_copy.h     [all...]
  /frameworks/base/docs/html/guide/appendix/
media-formats.jd 296 <th>Video bitrate</th>
314 <th>Audio bitrate</th>
  /frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java 252 * Get the audio bitrate of the audio track
254 * @return The audio bitrate of the audio track
MediaProperties.java 25 * aspect ratio, bitrate for export function.
99 * Bitrate values (in bits per second)
MediaVideoItem.java 702 * @return The video bitrate
709 * @return The audio bitrate
  /system/media/wilhelm/tests/native-media/jni/
native-media-jni.c 251 LOGI("Found video size %u x %u, codec ID=%u, frameRate=%u, bitRate=%u, duration=%u ms",
253 videoInfo.bitRate, videoInfo.duration);
  /frameworks/media/libvideoeditor/vss/src/
M4xVSS_API.c 818 The output video and audio bitrate are given by the user in the edition settings structure*/
    [all...]
  /external/bluetooth/bluez/audio/
ipc.h 212 uint16_t bitrate; member in struct:__anon1454
  /frameworks/base/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 85 params.bitRate = mBitRate;

Completed in 5180 milliseconds

1 2 3 45 6 7 8 9