HomeSort by relevance Sort by last modified time
    Searched full:framelength (Results 51 - 75 of 112) sorted by null

1 23 4 5

  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c     [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 177 const uint8_t *ptr, size_t size, size_t *frameLength) {
207 *frameLength = frameLengthInHeader;
329 size_t frameLength;
332 &ptr[i], size - i, &frameLength)) {
348 if (frameLength != size - startOffset) {
351 frameLength, size - startOffset);
    [all...]
  /external/aac/libAACenc/src/
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,
bandwidth.h 102 INT frameLength,
metadata_main.cpp 406 const UINT frameLength,
422 for (nFrames=0, delay=audioDelay-frameLength; delay>0; delay-=frameLength, nFrames++);
469 frameLength,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.h 190 int WebRtcIsac_DecodeFrameLen(Bitstr* streamdata, int16_t* framelength);
191 int WebRtcIsac_EncodeFrameLen(int16_t framelength, Bitstr* streamdata);
structs.h 261 estimate. All values (except framelength and minBytes) is double size to
270 int16_t framelength; member in struct:__anon20397
bandwidth_estimator.h 157 /* Returns the new framelength value (input argument: bottle_neck) */
decode.c 74 /* Decode framelength and BW estimation - not used,
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.h 190 int WebRtcIsac_DecodeFrameLen(Bitstr* streamdata, WebRtc_Word16* framelength);
191 int WebRtcIsac_EncodeFrameLen(WebRtc_Word16 framelength, Bitstr* streamdata);
structs.h 262 estimate. All values (except framelength and minBytes) is double size to
271 WebRtc_Word16 framelength; member in struct:__anon17120
bandwidth_estimator.h 157 /* Returns the new framelength value (input argument: bottle_neck) */
decode.c 74 /* Decode framelength and BW estimation - not used,
  /frameworks/av/media/libstagefright/
AACWriter.cpp 256 status_t AACWriter::writeAdtsHeader(uint32_t frameLength) {
282 const uint32_t kFrameLength = frameLength;
  /external/aac/libAACdec/src/
ldfiltbank.h 105 const int frameLength
  /external/aac/libSYS/include/
FDK_audio.h 479 #define CAPF_AAC_480 0x00000010 /**< Support flag for AAC with 480 framelength. */
480 #define CAPF_AAC_512 0x00000020 /**< Support flag for AAC with 512 framelength. */
481 #define CAPF_AAC_960 0x00000040 /**< Support flag for AAC with 960 framelength. */
482 #define CAPF_AAC_1024 0x00000080 /**< Support flag for AAC with 1024 framelength. */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode.c 74 /* decode framelength and BW estimation - not used, only for stream pointer*/
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode.c 74 /* decode framelength and BW estimation - not used, only for stream pointer*/
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c     [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/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
isacfix.h 356 * - frameLength : Length of frame in packet (in samples)
361 WebRtc_Word16* frameLength);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
qc_main.c 536 * description: adjusts framelength via padding on a frame to frame basis,
538 * framelength
  /external/aac/libSBRenc/src/
sbr.h 141 int frameSize; /* SBR framelength. */

Completed in 1897 milliseconds

1 23 4 5