HomeSort by relevance Sort by last modified time
    Searched full:framesize (Results 101 - 125 of 198) sorted by null

1 2 3 45 6 7 8

  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]
mh_det.h 180 INT frameSize,
ps_encode.h 183 const INT frameSize,
sbr.h 141 int frameSize; /* SBR framelength. */
tran_det.h 127 INT frameSize,
ps_main.h 158 INT frameSize;
ton_corr.h 177 FDKsbrEnc_InitTonCorrParamExtr(INT frameSize, /*!< Current SBR frame size. */
  /external/speex/libspeex/
sb_celp.c 212 st->full_frame_size = 2*mode->frameSize;
213 st->frame_size = mode->frameSize;
215 st->nbSubframes = mode->frameSize/mode->subframeSize;
775 st->full_frame_size = 2*mode->frameSize;
776 st->frame_size = mode->frameSize;
778 st->nbSubframes = mode->frameSize/mode->subframeSize;
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 765 "In H264MCS_ProcessEncodedNALU with FrameSize = %d inBuf_Size=%d",
2001 M4OSA_UInt32 framesize = 0; local
    [all...]
  /frameworks/av/cmds/stagefright/
SimplePlayer.cpp 616 numFramesAvailableToWrite * state->mAudioTrack->frameSize();
636 uint32_t numFramesWritten = nbytes / state->mAudioTrack->frameSize();
  /frameworks/av/include/media/
AudioRecord.h 65 size_t size; // total size in bytes == frameCount * frameSize
189 size_t frameSize() const { return mFrameSize; }
MediaPlayerInterface.h 87 virtual ssize_t frameSize() const = 0;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 242 numFramesAvailableToWrite * mAudioSink->frameSize();
300 size_t copiedFrames = copy / mAudioSink->frameSize();
  /hardware/libhardware_legacy/audio/
AudioDumpInterface.cpp 286 usleep((((bytes * 1000) / frameSize()) / sampleRate()) * 1000);
457 usleep((((bytes * 1000) / frameSize()) / sampleRate()) * 1000);
  /bionic/libc/arch-mips/bionic/
_setjmp.S 40 * GPOFF and FRAMESIZE must be the same for both _setjmp and _longjmp!
  /dalvik/vm/mterp/x86/
header.S 38 sub FrameSize,%esp # Allocate storage for spill, locals & outs
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 51 : F(F), S(S), FrameSize(~0LL) {}
  /hardware/msm7k/libaudio/
AudioHardware.h 173 virtual uint32_t latency() const { return (1000*AUDIO_HW_NUM_OUT_BUF*(bufferSize()/frameSize()))/sampleRate()+AUDIO_HW_OUT_LATENCY_MS; }
  /hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.cpp 293 usleep(bytes * 1000000 / frameSize() / sampleRate());
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 250 virtual uint32_t latency() const { return (1000*AUDIO_HW_NUM_OUT_BUF*(bufferSize()/frameSize()))/sampleRate()+AUDIO_HW_OUT_LATENCY_MS; }
  /external/webkit/Source/WebCore/platform/graphics/
ShadowBlur.cpp 382 const float frameSize = inflation * 2;
383 m_sourceRect = FloatRect(0, 0, shadowedRect.width() + frameSize, shadowedRect.height() + frameSize);
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
isac.h 266 * - framesize : frame-size in millisecond.
275 WebRtc_Word16 framesize);
702 * depending on the framesize (30 or 60 ms).
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 197 int frameSize = nbChannels * bytesPerSample;
198 size_t frameCount = buffSizeInBytes / frameSize;
391 ssize_t recorderBuffSize = lpRecorder->frameCount()*lpRecorder->frameSize();
  /external/aac/libAACdec/include/
aacdecoder_lib.h 221 While the members sampleRate, frameSize and numChannels might be quite self explaining,
273 Where N equals to CStreamInfo::frameSize .
313 Where N equals to CStreamInfo::frameSize .
338 Where N equals to CStreamInfo::frameSize .
490 INT frameSize; /*!< The frame size of the decoded PCM audio signal. \n
    [all...]
  /external/libffi/src/sparc/
v8.S 31 #define STACKFRAME 96 /* Minimum stack framesize for SPARC */

Completed in 1673 milliseconds

1 2 3 45 6 7 8