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

1 2 3 45 6 7

  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 46 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
69 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
110 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 642 /* bitrate tracking; add the header's bytes here, the body bytes
865 /* returns the bitrate for a given logical bitstream or the entire
867 find the *actual* average bitrate. If the file is streaming, it
868 returns the nominal bitrate (if set) else the average of the
871 If you want the actual bitrate field settings, get them from the
890 /* return the actual bitrate */
910 /* returns the actual bitrate since last call. returns -1 if no
    [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...]
  /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/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 523 encParams->LayerBitRate[i] = encOption->bitRate[i];
524 encParams->LayerMaxBitRate[i] = encOption->bitRate[i];
528 if (encOption->bitRate[0] == encOption->bitRate[1] ||
529 encOption->bitRate[0] == 0 || encOption->bitRate[1] == 0) /* 7/31/03 */
    [all...]
  /external/bluetooth/bluez/audio/
unix.c 563 mpeg->bitrate = mpeg_cap->bitrate;
    [all...]
  /external/libnfc-nxp/inc/
phNfcConfig.h 512 * Timer and Bitrate during Initialisation
  /external/libvpx/vp8/decoder/
onyxd_if.c 468 pbi->common.bitrate = 80000.00 * bytes / time_diff ;
  /external/speex/libspeex/
sb_celp.c 481 spx_int32_t bitrate; local
482 speex_encoder_ctl(state, SPEEX_GET_BITRATE, &bitrate);
483 st->abr_drift+=(bitrate-st->abr_enabled);
484 st->abr_drift2 = .95*st->abr_drift2 + .05*(bitrate-st->abr_enabled);
    [all...]
nb_celp.c 505 spx_int32_t bitrate; local
506 speex_encoder_ctl(state, SPEEX_GET_BITRATE, &bitrate);
507 st->abr_drift+=(bitrate-st->abr_enabled);
508 st->abr_drift2 = .95*st->abr_drift2 + .05*(bitrate-st->abr_enabled);
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/
M4vH263Encoder.cpp 164 mEncParams->bitRate[0] = mVideoBitRate;
  /packages/apps/Gallery/res/values-de/
strings.xml 123 <string name="details_bit_rate" msgid="5632311789455402186">"Bitrate:"</string>
  /packages/apps/Gallery/res/values-nb/
strings.xml 123 <string name="details_bit_rate" msgid="5632311789455402186">"Bitrate:"</string>
  /external/libvpx/vp8/common/
postproc.c 591 sprintf(message, "Bitrate: %10.2f frame_rate: %10.2f ", oci->bitrate, oci->framerate);
  /frameworks/base/media/libmedia/
MediaProfiles.cpp 139 !strcmp("bitRate", atts[2]) &&
163 !strcmp("bitRate", atts[2]) &&
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_adif_header.cpp 181 RETURNING( pHeader->bitrate )
375 pHeader->bitrate =
pvmp4audiodecoder_api.h 291 * This value is the bitrate in units of bits/second. IT
296 Int32 bitRate;
e_tmp4audioobjecttype.h 74 MP4AUDIO_AAC_SCALABLE = 6, /* scales both bitrate and sampling rate */
s_adif_header.h 84 Int32 bitrate; member in struct:__anon9246
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_api.cpp 692 OSCL_EXPORT_REF AVCEnc_Status PVAVCEncUpdateBitRate(AVCHandle *avcHandle, uint32 bitrate)
695 OSCL_UNUSED_ARG(bitrate);
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 400 range->bitrate[i] = CALCULATE_RATE_VALUE(pParam->content.siteMgrDesiredSupportedRateSet.ratesString[i])
401 if (WEXT_MAX_RATE_VALUE == range->bitrate[i])
403 range->bitrate[i] = WEXT_MAX_RATE_REAL_VALUE; /* convert special code 0x7F to 65Mbps */
815 iwe.u.bitrate.value = WEXT_MAX_RATE_REAL_VALUE; /* convert the special code 0x7f to 65Mbps */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c     [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/
AVCEncoder.cpp 166 mEncParams->bitrate = mVideoBitRate;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/
ScanCncnApi.h 111 rate_e rate; /* bitrate at which frame was received */
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c 552 pCuCmd->scanPolicy.bandScanPolicy[ 0 ].trackingMethod.method.basicMethodParams.probReqParams.bitrate = RATE_MASK_UNSPECIFIED; /* Let the FW select */
560 pCuCmd->scanPolicy.bandScanPolicy[ 0 ].discoveryMethod.method.basicMethodParams.probReqParams.bitrate = RATE_MASK_UNSPECIFIED; /* Let the FW select */;
568 pCuCmd->scanPolicy.bandScanPolicy[ 0 ].immediateScanMethod.method.basicMethodParams.probReqParams.bitrate = RATE_MASK_UNSPECIFIED; /* Let the FW select */;
674 CU_CMD_FIND_NAME_ARRAY(i, rate2Str, scanMethod->method.basicMethodParams.probReqParams.bitrate);
693 CU_CMD_FIND_NAME_ARRAY(i, rate2Str, scanMethod->method.basicMethodParams.probReqParams.bitrate);
    [all...]

Completed in 1355 milliseconds

1 2 3 45 6 7