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

/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.h236 * \param frameLength Number of audio samples in one frame.
243 const INT frameLength,
251 * \param frameLength Number of audio samples in one frame.
258 const INT frameLength,
266 * \param frameLength the frameLength to be used for the AAC encoder
279 INT frameLength,
H A Daacenc.cpp112 const INT frameLength,
117 while ((frameLength & ~((1 << (shift + 1)) - 1)) == frameLength
123 return (bitRate*(frameLength>>shift)) / (samplingRate>>shift);
128 const INT frameLength,
133 while ((frameLength & ~((1 << (shift + 1)) - 1)) == frameLength
139 return (bitsPerFrame * (samplingRate>>shift)) / ( frameLength>>shift) ;
152 INT frameLength,
164 while ( (frameLength
110 FDKaacEnc_CalcBitsPerFrame( const INT bitRate, const INT frameLength, const INT samplingRate ) argument
126 FDKaacEnc_CalcBitrate( const INT bitsPerFrame, const INT frameLength, const INT samplingRate ) argument
149 FDKaacEnc_LimitBitrate( HANDLE_TRANSPORTENC hTpEnc, INT coreSamplingRate, INT frameLength, INT nChannels, INT nChannelsEff, INT bitRate, INT averageBits, INT *pAverageBitsPerFrame, INT bitrateMode, INT nSubFrames ) argument
[all...]
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_lib.cpp621 const INT frameLength,
658 frameLength,
1021 INT frameLength = hAacConfig->framelength; local
1031 frameLength = hAacConfig->framelength; /* adapt temporal framelength */
1091 &frameLength,
1180 frameLength,
1199 hAacEncoder->nSamplesToRead = frameLength * config->nChannels;
2128 pInfo->frameLength = hAacEncoder->nSamplesToRead/hAacEncoder->extParam.nChannels;
618 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/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
H A DWebSocketReader.java72 private long frameLength; field in class:WebSocketReader
138 frameLength = b1 & B1_MASK_LENGTH;
139 if (frameLength == PAYLOAD_SHORT) {
140 frameLength = source.readShort() & 0xffffL; // Value is unsigned.
141 } else if (frameLength == PAYLOAD_LONG) {
142 frameLength = source.readLong();
143 if (frameLength < 0) {
145 "Frame length 0x" + Long.toHexString(frameLength) + " > 0x7FFFFFFFFFFFFFFF");
150 if (isControlFrame && frameLength > PAYLOAD_BYTE_MAX) {
162 if (frameBytesRead < frameLength) {
[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-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/aac/libAACenc/include/
H A Daacenc_lib.h774 UINT frameLength; /*!< Amount of input audio samples consumed each frame per channel, depending member in struct:__anon231
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/
H A Disacfix.h349 * - frameLength : Length of frame in packet (in samples)
355 size_t* frameLength);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/include/
H A Disac.h311 * - frameLength : Length of frame in packet (in samples)
318 int16_t* frameLength);
623 * - frameLength : Length of frame in packet (in samples)
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h327 * \param frameLength Input: Encoder frameLength. output core encoder frameLength.
346 INT *frameLength,
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Disacfix.c1266 * - frameLength : Length of frame in packet (in samples)
1272 size_t* frameLength)
1287 err = WebRtcIsacfix_DecodeFrameLen(&streamdata, frameLength);
1304 * - frameLength : Length of frame in packet (in samples)
1326 size_t frameLength; local
1327 err = WebRtcIsacfix_DecodeFrameLen(&streamdata, &frameLength);
1270 WebRtcIsacfix_ReadFrameLen(const uint8_t* encoded, size_t encoded_len_bytes, size_t* frameLength) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac.c1711 * - frameLength : Length of frame in packet (in samples)
1760 * - frameLength : Length of frame in packet (in samples)
1765 int16_t* frameLength) {
1785 err = WebRtcIsac_DecodeFrameLen(&streamdata, frameLength);
1795 *frameLength <<= 1;
1763 WebRtcIsac_ReadFrameLen(ISACStruct* ISAC_main_inst, const uint8_t* encoded, int16_t* frameLength) argument
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp1908 INT *frameLength,
1922 int coreFrameLength = *frameLength;
2282 *frameLength = coreFrameLength * *downSampleFactor;
2294 *frameLength = coreFrameLength;
1898 sbrEncoder_Init( HANDLE_SBR_ENCODER hSbrEncoder, SBR_ELEMENT_INFO elInfo[(8)], int noElements, INT_PCM *inputBuffer, INT *coreBandwidth, INT *inputBufferOffset, INT *numChannels, INT *coreSampleRate, UINT *downSampleFactor, INT *frameLength, AUDIO_OBJECT_TYPE aot, int *delay, int transformFactor, const int headerPeriod, ULONG statesInitFlag ) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 317 milliseconds