HomeSort by relevance Sort by last modified time
    Searched full:framesize (Results 76 - 100 of 224) sorted by null

1 2 34 5 6 7 8 9

  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 50 unsigned FrameSize = MFI->getStackSize();
66 FrameSize += maxCallFrameSize;
69 FrameSize = RoundUpToAlignment(FrameSize, TargetAlign);
72 MFI->setStackSize(FrameSize);
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_Clip.c     [all...]
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 37 Proxy::Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
39 : mCblk(cblk), mBuffers(buffers), mFrameCount(frameCount), mFrameSize(frameSize),
48 size_t frameSize, bool isOut, bool clientInServer)
49 : Proxy(cblk, buffers, frameCount, frameSize, isOut, clientInServer), mEpoch(0)
465 size_t frameCount, size_t frameSize)
466 : AudioTrackClientProxy(cblk, buffers, frameCount, frameSize),
503 size_t frameSize, bool isOut, bool clientInServer)
504 : Proxy(cblk, buffers, frameCount, frameSize, isOut, clientInServer),
697 size_t frameCount, size_t frameSize)
698 : AudioTrackServerProxy(cblk, buffers, frameCount, frameSize),
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 678 if (pSi->frameSize > 0) {
679 pSi->bitRate = (nBits * pSi->sampleRate)/pSi->frameSize;
810 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame;
860 if (self->streamInfo.frameSize == 768) {
861 self->streamInfo.frameSize = (self->streamInfo.aacSamplesPerFrame * 8) / 3;
863 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame << 1;
888 self->streamInfo.frameSize,
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
isacfix.c 288 * 10ms frames until it reaches the chosen Framesize (480 or 960 samples
300 * : 0 - The buffer didn't reach the chosen framesize
361 * 10ms frames until it reaches the chosen Framesize (480 or 960 wide-band samples
375 * : 0 - The buffer didn't reach the chosen framesize
739 * depending on the framesize (30 or 60 ms).
840 * depending on the framesize (30 or 60 ms).
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.cpp 347 return mTrack->frameCount() * frameSize();
362 ssize_t VideoEditorPlayer::VeAudioOutput::frameSize() const
365 return mTrack->frameSize();
VideoEditorPlayer.h 45 virtual ssize_t frameSize() const;
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 125 size_t X86JniCallingConvention::FrameSize() {
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 63 /// returns adjusted framesize which includes space for register window
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AC3TrackImpl.java 32 int frameSize;
175 if (frameSize == 0) {
250 frameSize = 2 * bitRateAndFrameSizeTable[frmsizecode][flag][fscod][1];
267 byte[] data = new byte[frameSize];
  /external/qemu/audio/
coreaudio.c 284 int frameSize,
346 if (frameRange.mMinimum > frameSize) {
350 else if (frameRange.mMaximum < frameSize) {
355 core->bufferFrameSize = frameSize;
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 189 aacParams->nFrameLength = mStreamInfo->frameSize;
389 mStreamInfo->frameSize
492 mStreamInfo->frameSize * sizeof(int16_t) * mStreamInfo->numChannels;
564 mNumSamplesOutput += mStreamInfo->frameSize;
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.h 90 virtual uint32_t latency() const { return ((1000*bufferSize())/frameSize())/sampleRate() + 200; }
  /external/aac/libSBRdec/src/
psdec_hybrid.h 118 SCHAR frameSize;
160 SCHAR frameSize,
  /external/kernel-headers/original/asm-mips/
asm.h 61 #define NESTED(symbol, framesize, rpc) \
66 symbol: .frame sp, framesize, rpc
  /external/speex/libspeex/
nb_celp.h 53 int frameSize; /**< Size of frames */
127 int frameSize; /**< Size of frames */
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.cpp 106 || key == "a=framesize") {
232 sprintf(key, "a=framesize:%lu", PT);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.cpp 63 int framesize; local
171 framesize = video->FrameHeightInMbs * video->PicWidthInMbs;
173 video->mblock = (AVCMacroblock*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMacroblock) * framesize, DEFAULT_ATTR);
185 encvid->mot16x16 = (AVCMV*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMV) * framesize, DEFAULT_ATTR);
191 encvid->intraSearch = (uint8*) avcHandle->CBAVC_Malloc(userData, sizeof(uint8) * framesize, DEFAULT_ATTR);
197 encvid->min_cost = (int*) avcHandle->CBAVC_Malloc(userData, sizeof(int) * framesize, DEFAULT_ATTR);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c 472 * 10ms frames until it reaches the chosen Framesize (480 or 960 samples
485 * frameSize so it keeps buffering speech
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 83 virtual ssize_t frameSize() const;
189 virtual ssize_t bufferSize() const { return frameSize() * mFrameCount; }
192 virtual ssize_t frameSize() const { return ssize_t(mChannelCount * ((mFormat == AUDIO_FORMAT_PCM_16_BIT)?sizeof(int16_t):sizeof(u_int8_t))); }
  /bionic/libc/kernel/arch-mips/asm/
asm.h 45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rpc
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rpc
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 72 uint32_t frameSize() const { return popcount(channels())*((format()==AUDIO_FORMAT_PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
148 uint32_t frameSize() const { return AudioSystem::popCount(channels())*((format()==AudioSystem::PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rpc
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rpc

Completed in 992 milliseconds

1 2 34 5 6 7 8 9