/external/libopus/ |
README | 102 -framesize <2.5|5|10|20|40|60>
|
/external/llvm/lib/CodeGen/ |
GCMetadata.cpp | 49 : F(F), S(S), FrameSize(~0LL) {}
|
/external/mesa3d/src/gallium/state_trackers/omx/ |
vid_enc.c | 360 unsigned framesize; local 371 framesize = port->sPortParam.format.video.nStride * 374 port->sPortParam.nBufferSize = framesize * 3 / 2; 377 port->sPortParam.nBufferSize = framesize * 512 / (16*16); [all...] |
vid_dec.c | 280 unsigned framesize = def->format.video.nFrameWidth * def->format.video.nFrameHeight; local 283 port->sPortParam.nBufferSize = framesize * 512 / (16*16); 290 port->sPortParam.nBufferSize = framesize*3/2;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
GCMetadata.cpp | 63 : F(F), S(S), FrameSize(~0LL) {}
|
/frameworks/av/media/libaudioclient/include/media/ |
AudioRecord.h | 77 size_t size; // input/output in bytes == frameCount * frameSize 80 // bytes to be read, which is frameCount * frameSize 251 size_t frameSize() const { return mFrameSize; } 498 * size actual number of bytes consumed, must be multiple of frameSize [all...] |
/frameworks/av/media/libmediaplayer2/include/mediaplayer2/ |
MediaPlayer2Interface.h | 84 virtual ssize_t frameSize() const = 0;
|
/prebuilts/go/darwin-x86/src/runtime/ |
asm_mipsx.s | 231 // R1: framesize, R2: argsize, R3: LR 477 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize) 485 MOVW framesize+8(FP), R1 493 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
|
cgocall.go | 38 // GoF calls crosscall2(_cgoexp_GoF, frame, framesize). Crosscall2 42 // _cgoexp_GoF(frame, framesize), still running on m->g0's stack 47 // _cgoexp_GoF calls runtime.cgocallback(p.GoF, frame, framesize, ctxt). 55 // runtime.cgocallbackg(p.GoF, frame, framesize).
|
/prebuilts/go/linux-x86/src/runtime/ |
asm_mipsx.s | 231 // R1: framesize, R2: argsize, R3: LR 477 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize) 485 MOVW framesize+8(FP), R1 493 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
|
cgocall.go | 38 // GoF calls crosscall2(_cgoexp_GoF, frame, framesize). Crosscall2 42 // _cgoexp_GoF(frame, framesize), still running on m->g0's stack 47 // _cgoexp_GoF calls runtime.cgocallback(p.GoF, frame, framesize, ctxt). 55 // runtime.cgocallbackg(p.GoF, frame, framesize).
|
/cts/apps/CtsVerifier/jni/audio_loopback/ |
sles.cpp | 320 size_t frameSize = pSles->channels * sizeof(short); 323 audio_utils_fifo_init(&(pSles->fifo), FIFO_FRAMES, frameSize, pSles->fifoBuffer); 337 audio_utils_fifo_init(&(pSles->fifo2), FIFO2_FRAMES, frameSize, pSles->fifo2Buffer);
|
/external/aac/libSBRenc/src/ |
ps_main.cpp | 551 const INT frameSize = hParametricStereo->noQmfSlots; 572 for (col = 0; col < frameSize; col++) { 573 int i, section = (col < frameSize - HYBRID_READ_OFFSET) ? 0 : 1;
|
sbr_encoder.cpp | [all...] |
/external/libopus/src/ |
opus_demo.c | 59 fprintf(stderr, "-framesize <2.5|5|10|20|40|60|80|100|120> : frame size in ms; default: 20 \n" ); 372 } else if( strcmp( argv[ args ], "-framesize" ) == 0 ) { 373 check_encoder_option(decode_only, "-framesize"); [all...] |
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
VideoCapturerAndroid.java | 557 final int frameSize = captureFormat.frameSize(); 559 final ByteBuffer buffer = ByteBuffer.allocateDirect(frameSize);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/include/ |
isac.h | 256 * - framesize : frame-size in millisecond. 265 int framesize); 686 * depending on the framesize (30 or 60 ms).
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ |
simpleKenny.c | 66 int frameSize = 30; /* ms */ 263 // WebRtcIsac_Control(ISAC_main_inst, b2, frameSize); 271 if (WebRtcIsac_Control(ISAC_main_inst, bottleneck, frameSize) < 0) {
|
/frameworks/av/media/libstagefright/omx/ |
SoftVideoEncoderOMXComponent.cpp | 669 size_t frameSize = mInputDataIsMeta ? 672 if (inputBufferHeader->nFilledLen < frameSize) { 674 } else if (inputBufferHeader->nFilledLen > frameSize) {
|
/frameworks/wilhelm/tests/examples/ |
slesTestFeedback.cpp | 367 size_t frameSize = channels * sizeof(short); 370 fifo = new audio_utils_fifo(FIFO_FRAMES, frameSize, fifoBuffer); 386 fifo2 = new audio_utils_fifo(FIFO2_FRAMES, frameSize, fifo2Buffer);
|
slesTestRecBuffQueue.cpp | 45 size_t frameSize; 122 sf_count_t frameCount = BUFFER_SIZE_IN_BYTES / frameSize; 554 frameSize = audio_bytes_per_sample(transferFormat) * channelCount;
|
/external/llvm/lib/Target/PowerPC/ |
PPCRegisterInfo.cpp | 343 /// addi R0, SP, \#frameSize ; get the address of the previous frame 366 unsigned FrameSize = MFI->getStackSize(); 375 // Determine the previous frame's address. If FrameSize can't be 385 if (MaxAlign < TargetAlign && isInt<16>(FrameSize)) { 388 .addImm(FrameSize); [all...] |
/hardware/interfaces/audio/core/2.0/vts/functional/ |
AudioPrimaryHidlHalTest.cpp | 676 // TODO: for now only check that the framesize is not incoherent [all...] |
/hardware/interfaces/audio/core/4.0/vts/functional/ |
AudioPrimaryHidlHalTest.cpp | 746 // TODO: for now only check that the framesize is not incoherent [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_hevc_swvdec.cpp | 169 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; 170 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; 171 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4]; 172 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5]; [all...] |