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

1 2

  /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. Either 1024 or 960.
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) {
255 switch (frameLength) {
292 INT frameLength,
359 frameLength,
metadata_main.h 140 * \param frameLength Number of samples to be processes within one frame.
155 const UINT frameLength,
aacenc.h 197 INT framelength; /* used frame size */ member in struct:AACENC_CONFIG
228 * \param frameLength the frameLength to be used for the AAC encoder
241 INT frameLength,
  /frameworks/av/media/libstagefright/codecs/amrnb/common/
pvgsmamrdecoderinterface.h 143 int16_t frameLength;
  /frameworks/av/media/libstagefright/codecs/aacdec/
pvmp4audiodecoderconfig.cpp 84 frameLength - length of the frame
248 pExt->frameLength = pVars->frameLength;
pvmp4audiodecoder_api.h 314 Int frameLength;
s_tdec_int_file.h 153 Int frameLength;
pvmp4audiodecoderframe.cpp 210 frameLength - length of the frame
509 Int frameLength; /* Helper variable */
    [all...]
pvmp4audiodecoderinitlibrary.cpp 33 Change frame_length to frameLength, to matcht the API,
142 pVars->frameLength = LONG_WINDOW
293 pVars->frameLength = LONG_WINDOW; /* 1024*/
pvmp4setaudioconfig.cpp 76 frameLength - length of the frame
359 pExt->frameLength = 1024;
  /external/sonivox/arm-fm-22k/lib_src/
eas_data.h 72 EAS_U32 frameLength;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_data.h 72 EAS_U32 frameLength;
  /external/sonivox/arm-wt-22k/lib_src/
eas_data.h 74 EAS_U32 frameLength;
  /frameworks/av/include/media/stagefright/
AACWriter.h 69 status_t writeAdtsHeader(uint32_t frameLength);
  /frameworks/av/media/libstagefright/rtsp/
ARTPAssembler.cpp 101 unsigned frameLength = nal->size() + 7;
112 dst[3] = ((channelConfig & 3) << 6) | (frameLength >> 11);
114 dst[4] = (frameLength >> 3) & 0xff;
115 dst[5] = (frameLength & 7) << 5;
  /frameworks/wilhelm/tools/permute/
permute.c 79 static unsigned split(State *s, unsigned frameStart, unsigned frameLength, unsigned segmentBudget)
81 if (frameLength <= 0)
84 if ((frameLength <= s->mMinSegmentLengthFrames*2) || (segmentBudget <= 1)) {
88 seg->mFrameLength = frameLength;
93 unsigned slop = frameLength - s->mMinSegmentLengthFrames*2;
102 assert(leftLength + rightLength == frameLength);
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgr.h 124 TI_UINT16 frameLength;
spectrumMngmntMgr.c 432 if(pMeasurementMgr->frameLength != 0)
443 pMeasurementMgr->frameLength,0);
450 pMeasurementMgr->frameLength = 0;
  /external/aac/libAACenc/include/
aacenc_lib.h     [all...]
  /frameworks/av/media/libstagefright/
AACWriter.cpp 251 status_t AACWriter::writeAdtsHeader(uint32_t frameLength) {
277 const uint32_t kFrameLength = frameLength;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c     [all...]

Completed in 656 milliseconds

1 2