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

  /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 311 int64_t MPEG4Writer::estimateMoovBoxSize(int32_t bitRate) {
338 if (bitRate > 0) {
340 ((mMaxFileDurationLimitUs * bitRate * 6) / 1000 / 8000000);
366 mMaxFileSizeLimitBytes, mMaxFileDurationLimitUs, bitRate, size);
455 int32_t bitRate = -1;
457 param->findInt32(kKeyBitRate, &bitRate);
459 mEstimatedMoovBoxSize = estimateMoovBoxSize(bitRate);
    [all...]
OMXCodec.cpp 638 int32_t bitRate = 0;
640 CHECK(meta->findInt32(kKeyBitRate, &bitRate));
643 setAMRFormat(false /* isWAMR */, bitRate);
646 setAMRFormat(true /* isWAMR */, bitRate);
653 setAACFormat(numChannels, sampleRate, bitRate);
917 int32_t width, height, frameRate, bitRate, stride, sliceHeight;
921 success = success && meta->findInt32(kKeyBitRate, &bitRate);
991 video_def->nBitrate = bitRate; // Q16 format
    [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-9/include/SLES/
OpenSLES.h     [all...]
  /system/media/opensles/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 578 milliseconds