HomeSort by relevance Sort by last modified time
    Searched refs:frameLength (Results 1 - 22 of 22) sorted by null

  /external/aac/libAACdec/src/
ldfiltbank.h 105 const int frameLength
  /external/aac/libAACenc/src/
bandwidth.h 102 INT frameLength,
transform.h 108 * \param frameLength length of the block.
118 const INT frameLength,
transform.cpp 107 const INT frameLength,
134 tl = frameLength;
140 int offset = (windowShape == LOL_WINDOW) ? ((frameLength * 3)>>2) : 0;
141 fl = frameLength - offset;
142 fr = frameLength - offset;
146 fl = frameLength >> 3;
147 fr = frameLength;
150 fl = frameLength;
151 fr = frameLength >> 3;
154 fl = fr = frameLength >> 3
    [all...]
bandwidth.cpp 197 const INT frameLength,
206 switch (frameLength) {
254 switch (frameLength) {
290 INT frameLength,
361 frameLength,
metadata_main.h 140 * \param frameLength Number of samples to be processes within one frame.
155 const UINT frameLength,
aacenc.h 196 INT framelength; /* used frame size */ member in struct:AACENC_CONFIG
229 * \param frameLength the frameLength to be used for the AAC encoder
242 INT frameLength,
metadata_main.cpp 406 const UINT frameLength,
422 for (nFrames=0, delay=audioDelay-frameLength; delay>0; delay-=frameLength, nFrames++);
469 frameLength,
aacenc.cpp 111 INT framelength,
119 INT frameLength,
131 while ( (frameLength & ~((1<<(shift+1))-1)) == frameLength
139 averageBitsPerFrame = (bitRate*(frameLength>>shift)) / (coreSamplingRate>>shift) / nSubFrames;
152 bitRate = FDKmax(bitRate, ((((40 * nChannels) + transportBits) * (coreSamplingRate)) / frameLength) );
155 bitRate = FDKmin(bitRate, ((nChannelsEff * MIN_BUFSIZE_PER_EFF_CHAN)*(coreSamplingRate>>shift)) / (frameLength>>shift)) ;
283 config->framelength = -1; /* Framesize not configured */
430 config->framelength,
451 switch (config->framelength)
    [all...]
aacenc_lib.cpp 505 cc->samplesPerFrame = hAacConfig->framelength;
645 const INT frameLength,
682 frameLength,
800 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 1024;
801 if (hAacConfig->framelength != 1024) {
812 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512;
813 if (hAacConfig->framelength != 512 && hAacConfig->framelength != 480) {
825 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512;
826 if (hAacConfig->framelength != 512 && hAacConfig->framelength != 480)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
unit_test.cc 258 unsigned int frameLength = 0;
263 while (frameLength == 0)
283 frameLength = WaitForDecodedFrame();
288 EXPECT_TRUE(frameLength == _lengthSourceFrame);
327 int frameLength = WaitForDecodedFrame();
329 return ret == WEBRTC_VIDEO_CODEC_OK ? frameLength : ret;
346 unsigned int frameLength = WaitForDecodedFrame();
347 assert(ret == WEBRTC_VIDEO_CODEC_OK && (frameLength == 0 || frameLength
349 EXPECT_TRUE(ret == WEBRTC_VIDEO_CODEC_OK && (frameLength == 0 || frameLengt
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TypesLengths.java 116 private static int frameLength;
183 return frameLength;
278 frameLength = typeLength;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp 110 float frameLength = frames[j+1]->offset();
111 if (frameLength > 0) {
112 min = minValue / frameLength;
117 float frameLength = frames[j+1]->offset() - frames[j]->offset();
118 if (frameLength > 0) {
119 max = 1 + (maxValue - 1) / frameLength;
  /external/aac/libAACenc/include/
aacenc_lib.h     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/interface/
isacfix.h 355 * - frameLength : Length of frame in packet (in samples)
360 int16_t* frameLength);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/interface/
isac.h 316 * - frameLength : Length of frame in packet (in samples)
323 int16_t* frameLength);
628 * - frameLength : Length of frame in packet (in samples)
  /external/aac/libSBRenc/include/
sbr_encoder.h 316 * \param frameLength Input: Encoder frameLength. output core encoder frameLength.
335 INT *frameLength,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c     [all...]
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
isacfix.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1015 milliseconds