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

1 2 34 5 6 7 8 91011>>

  /art/compiler/jni/quick/arm64/
calling_convention_arm64.h 65 size_t FrameSize() OVERRIDE;
  /art/compiler/jni/quick/mips/
calling_convention_mips.h 68 size_t FrameSize() OVERRIDE;
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.h 67 size_t FrameSize() OVERRIDE;
  /art/compiler/jni/quick/x86/
calling_convention_x86.h 68 size_t FrameSize() OVERRIDE;
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.h 61 size_t FrameSize() OVERRIDE;
  /external/aac/libDRCdec/src/
drcDec_gainDecoder.h 112 delaySamples)/frameSize */
174 INT frameSize;
198 drcDec_GainDecoder_Init(HANDLE_DRC_GAIN_DECODER hGainDec, const int frameSize,
259 const int frameSize,
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AACTrackImpl.java 263 int frameSize = brb.readBits(13);
271 frameSize -= used;
272 // System.out.println("Size: " + frameSize + " fullness: " + bufferFullness + " no blocks: " + noBlocks);
273 byte[] data = new byte[frameSize];
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430FrameLowering.cpp 57 uint64_t FrameSize = StackSize - 2;
58 NumBytes = FrameSize - MSP430FI->getCalleeSavedFrameSize();
131 uint64_t FrameSize = StackSize - 2;
132 NumBytes = FrameSize - CSSize;
  /external/webrtc/webrtc/sound/
alsasoundsystem.h 65 static size_t FrameSize(const OpenParams &params);
  /frameworks/av/media/libstagefright/rtsp/
rtp_test.cpp 96 "a=framesize:97 320-240\r\n";
111 "a=framesize:97 320-240\r\n";
141 "a=framesize:96 720-480\r\n";
157 "a=framesize:96 320-240\r\n";
  /external/drrickorang/LoopbackApp/app/src/main/jni/audio_utils/
fifo.c 29 void audio_utils_fifo_init(struct audio_utils_fifo *fifo, size_t frameCount, size_t frameSize,
32 ALOG_ASSERT(fifo != NULL && frameCount > 0 && frameSize > 0 && buffer != NULL);
36 fifo->mFrameSize = frameSize;
  /external/llvm/lib/Transforms/Utils/
ASanStackFrameLayout.cpp 105 Layout->FrameSize = Offset;
106 assert((Layout->FrameSize % MinHeaderSize) == 0);
107 assert(Layout->FrameSize / Granularity == Layout->ShadowBytes.size());
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 208 Dimension frameSize = frame.getSize();
209 frame.setLocation((screenSize.width - frameSize.width) / 2,
210 (screenSize.height - frameSize.height) / 2);
  /external/speex/libspeex/
modes_wb.c 182 160, /*frameSize*/
228 320, /*frameSize*/
255 *((int*)ptr)=2*m->frameSize;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h 34 * have a 20ms framesize option */
37 #define FRAMESIZE 30
39 #define FRAMESAMPLES 480 /* ((FRAMESIZE*FS)/1000) */
  /frameworks/av/media/extractors/mp3/
VBRISeeker.cpp 50 size_t frameSize;
52 if (!GetMPEGAudioFrameSize(tmp, &frameSize, &sampleRate)) {
112 seeker->mBasePos = post_id3_pos + frameSize;
  /frameworks/av/media/libstagefright/codecs/amrwb/test/
amrwbdec_test.cpp 132 int32_t frameSize = kFrameSizes[mode];
133 bytesRead = fread(inputBuf, 1, frameSize, fpInput);
134 if (bytesRead != frameSize) break;
  /frameworks/av/services/audioflinger/
BufLog.h 55 * int frameSize = audio_bytes_per_sample((audio_format_t)format) * channels;
56 * int buffSize = frameCount * frameSize;
57 * long maxBytes = 10 * samplingRate * frameSize; //10 seconds max
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Stream.h 128 Return<void> createMmapBuffer(int32_t minSizeFrames, size_t frameSize,
153 Return<void> StreamMmap<T>::createMmapBuffer(int32_t minSizeFrames, size_t frameSize,
167 hidl_memory("audio_buffer", hidlHandle, frameSize * halInfo.buffer_size_frames);
  /system/media/audio_utils/tests/
fifo_threads.cpp 104 audio_utils_fifo inputFifo(sizeof(inputBuffer) /*frameCount*/, 1 /*frameSize*/, inputBuffer,
111 audio_utils_fifo transferFifo(sizeof(transferBuffer) /*frameCount*/, 1 /*frameSize*/,
119 audio_utils_fifo outputFifo(sizeof(outputBuffer) /*frameCount*/, 1 /*frameSize*/, outputBuffer,
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 290 aacParams->nFrameLength = mStreamInfo->frameSize;
775 (mStreamInfo->frameSize * mStreamInfo->numChannels)) {
806 mStreamInfo->frameSize * sizeof(int16_t) * mStreamInfo->numChannels;
810 mStreamInfo->frameSize * mStreamInfo->numChannels)) {
821 mStreamInfo->frameSize * mStreamInfo->numChannels)) {
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 1021 outputframe->framesize.bottom = \
1022 vdec_msg.msgdata.output_frame.framesize.bottom;
1023 outputframe->framesize.left = \
1024 vdec_msg.msgdata.output_frame.framesize.left;
1025 outputframe->framesize.right = \
1026 vdec_msg.msgdata.output_frame.framesize.right;
1027 outputframe->framesize.top = \
1028 vdec_msg.msgdata.output_frame.framesize.top;
1029 outputframe->framesize = vdec_msg.msgdata.output_frame.framesize;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 958 outputframe->framesize.bottom =
    [all...]
  /external/libxcam/plugins/smart/dvs/libdvs/
stabilizer.cpp 372 VideoStabilizer::setFrameSize(Size frameSize)
374 frameSize_ = frameSize;
406 VideoStabilizer::trimedVideoSize(Size frameSize)
409 outputFrameSize.width = ((int)((float)frameSize.width * (1 - 2 * trimRatio_)) >> 3) << 3;
410 outputFrameSize.height = ((int)((float)frameSize.height * (1 - 2 * trimRatio_)) >> 3) << 3;
  /external/llvm/lib/Target/Lanai/
LanaiFrameLowering.cpp 33 unsigned FrameSize = MFI->getStackSize();
52 FrameSize += MaxCallFrameSize;
55 FrameSize = alignTo(FrameSize, StackAlign);
58 MFI->setStackSize(FrameSize);

Completed in 522 milliseconds

1 2 34 5 6 7 8 91011>>