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

1 2

  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
AudioFileFormat.java 29 private int frameLength;
35 int frameLength) {
39 this.frameLength = frameLength;
44 int frameLength) {
47 this.frameLength = frameLength;
52 int frameLength,
56 this.frameLength = frameLength;
    [all...]
AudioInputStream.java 29 protected long frameLength;
46 this.frameLength = length;
53 this.frameLength = AudioSystem.NOT_SPECIFIED; //TODO
62 return frameLength;
72 if (framePos == frameLength) {
95 int l = Math.min(len, (int) ((frameLength - framePos) * frameSize));
143 (int)((frameLength - framePos) * frameSize));
  /frameworks/base/media/libstagefright/codecs/amrnb/common/
pvgsmamrdecoderinterface.h 143 int16_t frameLength;
  /external/opencore/codecs_v2/audio/aac/dec/src/
pvmp4audiodecoderconfig.cpp 84 frameLength - length of the frame
248 pExt->frameLength = pVars->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;
  /frameworks/base/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*/
  /external/opencore/codecs_v2/audio/gsm_amr/common/dec/include/
pvgsmamrdecoderinterface.h 145 int16 frameLength;
  /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;
  /external/opencore/codecs_v2/audio/aac/dec/include/
pvmp4audiodecoder_api.h 314 Int frameLength;
  /external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
pvmp4audiodecoderinitlibrary.cpp 33 Change frame_length to frameLength, to matcht the API,
142 pVars->frameLength = LONG_WINDOW
293 pVars->frameLength = LONG_WINDOW; /* 1024*/
  /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;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/
measurementMgr.h 123 UINT16 frameLength;
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgr.h 122 TI_UINT16 frameLength;
spectrumMngmntMgr.c 432 if(pMeasurementMgr->frameLength != 0)
443 pMeasurementMgr->frameLength,0);
450 pMeasurementMgr->frameLength = 0;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/dot11h/
spectrumMngmntMgr.c 437 if(pMeasurementMgr->frameLength != 0)
448 pMeasurementMgr->frameLength,0);
455 pMeasurementMgr->frameLength = 0;

Completed in 7312 milliseconds

1 2