Searched refs:frameLength (Results 1 - 25 of 32) sorted by relevance

12

/external/aac/libAACdec/src/
H A Dldfiltbank.h105 const int frameLength
/external/aac/libAACenc/src/
H A Dbandwidth.h102 INT frameLength,
H A Dtransform.h108 * \param frameLength length of the block.
118 const INT frameLength,
H A Dtransform.cpp107 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 >>
102 FDKaacEnc_Transform_Real(const INT_PCM * pTimeData, FIXP_DBL *RESTRICT mdctData, const INT blockType, const INT windowShape, INT *prevWindowShape, const INT frameLength, INT *mdctData_e, INT filterType ,FIXP_DBL * RESTRICT overlapAddBuffer ) argument
[all...]
H A Dbandwidth.cpp197 const INT frameLength,
206 switch (frameLength) {
254 switch (frameLength) {
290 INT frameLength,
361 frameLength,
196 GetBandwidthEntry( const INT frameLength, const INT sampleRate, const INT chanBitRate, const INT entryNo) argument
285 FDKaacEnc_DetermineBandWidth(INT* bandWidth, INT proposedBandWidth, INT bitrate, AACENC_BITRATE_MODE bitrateMode, INT sampleRate, INT frameLength, CHANNEL_MAPPING* cm, CHANNEL_MODE encoderMode) argument
H A Dmetadata_main.h140 * \param frameLength Number of samples to be processes within one frame.
155 const UINT frameLength,
H A Daacenc.h229 * \param frameLength the frameLength to be used for the AAC encoder
242 INT frameLength,
H A Dmetadata_main.cpp406 const UINT frameLength,
422 for (nFrames=0, delay=audioDelay-frameLength; delay>0; delay-=frameLength, nFrames++);
469 frameLength,
401 FDK_MetadataEnc_Init( HANDLE_FDK_METADATA_ENCODER hMetaData, const INT resetStates, const INT metadataMode, const INT audioDelay, const UINT frameLength, const UINT sampleRate, const UINT nChannels, const CHANNEL_MODE channelMode, const CHANNEL_ORDER channelOrder ) argument
H A Daacenc.cpp119 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)) ;
116 FDKaacEnc_LimitBitrate( HANDLE_TRANSPORTENC hTpEnc, INT coreSamplingRate, INT frameLength, INT nChannels, INT nChannelsEff, INT bitRate, INT averageBits, INT *pAverageBitsPerFrame, INT bitrateMode, INT nSubFrames ) argument
H A Daacenc_lib.cpp645 const INT frameLength,
682 frameLength,
1025 INT frameLength = hAacConfig->framelength; local
1035 frameLength = hAacConfig->framelength; /* adapt temporal framelength */
1095 &frameLength,
1184 frameLength,
1203 hAacEncoder->nSamplesToRead = frameLength * config->nChannels;
2109 pInfo->frameLength = hAacEncoder->nSamplesToRead/hAacEncoder->extParam.nChannels;
642 aacEncoder_LimitBitrate( const HANDLE_TRANSPORTENC hTpEnc, const INT samplingRate, const INT frameLength, const INT nChannels, const CHANNEL_MODE channelMode, INT bitRate, const INT nSubFrames, const INT sbrActive, const INT sbrDownSampleRate, const AUDIO_OBJECT_TYPE aot ) argument
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dunit_test.cc258 unsigned int frameLength = 0; local
263 while (frameLength == 0)
283 frameLength = WaitForDecodedFrame();
288 EXPECT_TRUE(frameLength == _lengthSourceFrame);
327 int frameLength = WaitForDecodedFrame(); local
329 return ret == WEBRTC_VIDEO_CODEC_OK ? frameLength : ret;
346 unsigned int frameLength = WaitForDecodedFrame(); local
347 assert(ret == WEBRTC_VIDEO_CODEC_OK && (frameLength == 0 || frameLength
349 EXPECT_TRUE(ret == WEBRTC_VIDEO_CODEC_OK && (frameLength
360 int frameLength; local
738 uint32_t frameLength; local
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DTypesLengths.java116 private static int frameLength; field in class:TypesLengths
183 return frameLength;
278 frameLength = typeLength;
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_data.h72 EAS_U32 frameLength; member in struct:s_eas_stream_tag
H A Deas_public.c323 pStream->frameLength = AUDIO_FRAME_LENGTH;
928 if ((result = EAS_ParseEvents(pEASData, &pEASData->streams[streamNum], pEASData->streams[streamNum].time + pEASData->streams[streamNum].frameLength, eParserModePlay)) != EAS_SUCCESS)
1174 pStream->frameLength = (AUDIO_FRAME_LENGTH * (rate >> 8)) >> 20;
1246 pStream->time += pStream->frameLength;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_data.h72 EAS_U32 frameLength; member in struct:s_eas_stream_tag
H A Deas_public.c323 pStream->frameLength = AUDIO_FRAME_LENGTH;
928 if ((result = EAS_ParseEvents(pEASData, &pEASData->streams[streamNum], pEASData->streams[streamNum].time + pEASData->streams[streamNum].frameLength, eParserModePlay)) != EAS_SUCCESS)
1174 pStream->frameLength = (AUDIO_FRAME_LENGTH * (rate >> 8)) >> 20;
1246 pStream->time += pStream->frameLength;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_data.h74 EAS_U32 frameLength; member in struct:s_eas_stream_tag
H A Deas_public.c323 pStream->frameLength = AUDIO_FRAME_LENGTH;
940 if ((result = EAS_ParseEvents(pEASData, &pEASData->streams[streamNum], pEASData->streams[streamNum].time + pEASData->streams[streamNum].frameLength, eParserModePlay)) != EAS_SUCCESS)
1186 pStream->frameLength = (AUDIO_FRAME_LENGTH * (rate >> 8)) >> 20;
1258 pStream->time += pStream->frameLength;
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorAnimations.cpp110 float frameLength = frames[j+1]->offset(); local
111 if (frameLength > 0) {
112 min = minValue / frameLength;
117 float frameLength = frames[j+1]->offset() - frames[j]->offset(); local
118 if (frameLength > 0) {
119 max = 1 + (maxValue - 1) / frameLength;
/external/aac/libAACenc/include/
H A Daacenc_lib.h774 UINT frameLength; /*!< Amount of input audio samples consumed each frame per channel, depending member in struct:__anon57
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/interface/
H A Disacfix.h355 * - 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/
H A Disac.h316 * - frameLength : Length of frame in packet (in samples)
323 int16_t* frameLength);
628 * - frameLength : Length of frame in packet (in samples)
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
H A Disacfix.h356 * - frameLength : Length of frame in packet (in samples)
361 WebRtc_Word16* frameLength);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
H A Disac.h319 * - frameLength : Length of frame in packet (in samples)
326 WebRtc_Word16* frameLength);
639 * - frameLength : Length of frame in packet (in samples)
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h316 * \param frameLength Input: Encoder frameLength. output core encoder frameLength.
335 INT *frameLength,

Completed in 616 milliseconds

12