HomeSort by relevance Sort by last modified time
    Searched defs:bitRate (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/common/include/
voAAC.h 46 int bitRate; /*! encoder bit rate in bits/sec */
  /frameworks/base/media/libstagefright/codecs/amrnb/common/
pvgsmamrdecoderinterface.h 123 * This value is the bitrate in units of bits/second. IT
128 int32_t bitRate;
  /frameworks/base/media/libstagefright/codecs/aacdec/
pvmp4audiodecoder_api.h 291 * This value is the bitrate in units of bits/second. IT
296 Int32 bitRate;
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
aacenc_core.h 41 Word32 bitRate; /* encoder bit rate in bits/sec */
  /frameworks/base/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h 200 * This value is the bitrate in units of bits/second. IT
205 int32 bitRate;
223 * bitrate. For debugging purposes only, as it will overflow for very long clips
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 166 /** @brief Specifies target bit rates in bits per second unit, bitRate[n] represents the n-th layer's target bit rate. */
167 Int bitRate[2];
409 * @param bitRate is the pointers to array of target bit rates in bits per second unit,
410 * bitRate[n] represents the n-th layer's target bit rate.
413 OSCL_IMPORT_REF Bool PVUpdateBitRate(VideoEncControls *encCtrl, Int *bitRate); /* for 2-way */
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 118 int bitRate = 0;
436 bitRate = atoi(argv[2]);
437 APP_DPRINT("%d :: App: bit rate = %d\n",__LINE__, bitRate);
573 if (bitRate == 16){
576 else if(bitRate == 24){
579 else if(bitRate == 32){
582 else if(bitRate == 40){
    [all...]
  /frameworks/base/media/libstagefright/
MPEG4Writer.cpp 356 int64_t MPEG4Writer::estimateMoovBoxSize(int32_t bitRate) {
383 if (bitRate > 0) {
385 ((mMaxFileDurationLimitUs * bitRate * 6) / 1000 / 8000000);
411 mMaxFileSizeLimitBytes, mMaxFileDurationLimitUs, bitRate, size);
487 int32_t bitRate = -1;
489 param->findInt32(kKeyBitRate, &bitRate);
491 mEstimatedMoovBoxSize = estimateMoovBoxSize(bitRate);
    [all...]
OMXCodec.cpp 653 int32_t bitRate = 0;
655 CHECK(meta->findInt32(kKeyBitRate, &bitRate));
658 setAMRFormat(false /* isWAMR */, bitRate);
660 setAMRFormat(true /* isWAMR */, bitRate);
666 status_t err = setAACFormat(numChannels, sampleRate, bitRate);
966 int32_t width, height, frameRate, bitRate, stride, sliceHeight;
970 success = success && meta->findInt32(kKeyBitRate, &bitRate);
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 170 int bitrate; /* bitrate for current frame */ member in struct:tagMultiPass
196 /* For target bitrate or framerate update */
197 OsclFloat target_bits_per_frame; /* = C = bitrate/framerate */
219 /* bitrate-robustness tradeoff */
240 int32 bitRate; /* target bit rate for the overall clip in bits/second*/
313 int max_BitVariance_num; /* the number of the maximum bit variance within the given buffer with the unit of 10% of bitrate/framerate*/
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 246 long bitRate; /* Average bit rate in bits per second */
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h 557 int bitRate; /* not used */
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /system/media/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 3122 XAuint32 bitrate; member in struct:XATimedTextStreamInformation_
    [all...]
  /system/media/wilhelm/include/OMXAL/
OpenMAXAL.h 3122 XAuint32 bitrate; member in struct:XATimedTextStreamInformation_
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 504 milliseconds

1 2