/frameworks/av/media/libstagefright/mpeg2ts/ |
ESQueue.cpp | 599 size_t frameSize = 2 /* numChannels */ * sizeof(int16_t); 601 size_t payloadSize = numAUs * frameSize * kFramesPerAU; 944 size_t frameSize; 947 header, &frameSize, &samplingRate, &numChannels, 953 if (size < frameSize) { 959 sp<ABuffer> accessUnit = new ABuffer(frameSize); 960 memcpy(accessUnit->data(), data, frameSize); 963 mBuffer->data() + frameSize, 964 mBuffer->size() - frameSize); 966 mBuffer->setRange(0, mBuffer->size() - frameSize); [all...] |
/external/fec/ |
vtest27.c | 111 printf("nframes = %d framesize = %d ebn0 = %.2f dB gain = %g\n",trials,framebits,ebn0,Gain); 154 printf("nframes = %d framesize = %d ebn0 = %.2f dB gain = %g\n",trials,framebits,ebn0,Gain);
|
vtest29.c | 111 printf("nframes = %d framesize = %d ebn0 = %.2f dB gain = %g\n",trials,framebits,ebn0,Gain); 154 printf("nframes = %d framesize = %d ebn0 = %.2f dB gain = %g\n",trials,framebits,ebn0,Gain);
|
vtest39.c | 111 printf("nframes = %d framesize = %d ebn0 = %.2f dB gain = %g\n",trials,framebits,ebn0,Gain); 155 printf("nframes = %d framesize = %d ebn0 = %.2f dB gain = %g\n",trials,framebits,ebn0,Gain);
|
vtest615.c | 113 printf("nframes = %d framesize = %d ebn0 = %.2f dB gain = %g\n",trials,framebits,ebn0,Gain); 162 printf("nframes = %d framesize = %d ebn0 = %.2f dB gain = %g\n",trials,framebits,ebn0,Gain);
|
/external/opencv3/modules/cudaobjdetect/src/ |
cascadeclassifier.cpp | 129 NCVStatus calculateMemReqsAndAllocate(const Size& frameSize); 274 NCVStatus HaarCascade_Impl::calculateMemReqsAndAllocate(const Size& frameSize) 276 if (lastAllocatedFrameSize == frameSize) 288 NCVMatrixAlloc<Ncv8u> d_src(gpuCounter, frameSize.width, frameSize.height); 289 NCVMatrixAlloc<Ncv8u> h_src(cpuCounter, frameSize.width, frameSize.height); 313 lastAllocatedFrameSize = frameSize;
|
/external/opencv3/modules/video/src/ |
bgfg_KNN.cpp | 72 frameSize = Size(0,0); 97 frameSize = Size(0,0); 128 frameSize = _frameSize; 136 int size=frameSize.height*frameSize.width; 209 Size frameSize; 563 bool needToInitialize = nframes == 0 || learningRate >= 1 || image.size() != frameSize || image.type() != frameType; 602 Mat meanBackground(frameSize, CV_8UC3, Scalar::all(0));
|
/external/speex/libspeex/ |
modes.h | 118 int frameSize; /**< Size of frames used for encoding */ 137 int frameSize; /**< Size of frames used for encoding */
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
settings.h | 35 #define FRAMESIZE 30 37 #define FRAMESAMPLES 480 /* ((FRAMESIZE*FS)/1000) */
|
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/ |
video_capture_qtkit_objc.mm | 242 size_t frameSize = bytesPerRow * frameHeight; 251 _owner->IncomingFrame((unsigned char*)baseAddress, frameSize,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceCollectorDialog.java | 199 final String frameSize = SIZE_FORMATTER.format(fileSize) + " MB"; 209 mTraceFileSizeLabel.setText(frameSize);
|
/system/media/audio_utils/tests/ |
fifo_tests.cpp | 77 size_t frameSize = sizeof(short) * sfinfoin.channels; 92 audio_utils_fifo_init(&fifo, frameCount, frameSize, fifoBuffer);
|
/device/asus/fugu/libaudio/ |
AudioOutput.cpp | 169 const size_t frameSize = audio_bytes_per_sample(format) * mChannelCnt; 170 const size_t writeSize = nFrames * frameSize; 173 void *sbuf = calloc(nFrames, frameSize); 405 const size_t frameSize = mChannelCnt * audio_bytes_per_sample(format); 406 mFramesQueuedToDriver += len / frameSize;
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
obj7.go | 55 func stacksplit(ctxt *obj.Link, p *obj.Prog, framesize int32) *obj.Prog { 70 if framesize <= obj.StackSmall { 87 } else if framesize <= obj.StackBig { 88 // large stack: SP-framesize < stackguard-StackSmall 89 // SUB $framesize, SP, R2 95 p.From.Offset = int64(framesize) 108 // SP-stackguard+StackGuard < framesize + (StackGuard-StackSmall) 115 // MOV $(framesize+(StackGuard-StackSmall)), R3 147 p.From.Offset = int64(framesize) + (obj.StackGuard - obj.StackSmall) 184 debug.From.Offset = int64(framesize) [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
obj7.go | 52 func stacksplit(ctxt *obj.Link, p *obj.Prog, framesize int32) *obj.Prog { 67 if framesize <= obj.StackSmall { 84 } else if framesize <= obj.StackBig { 85 // large stack: SP-framesize < stackguard-StackSmall 86 // SUB $framesize, SP, R2 92 p.From.Offset = int64(framesize) 105 // SP-stackguard+StackGuard < framesize + (StackGuard-StackSmall) 112 // MOV $(framesize+(StackGuard-StackSmall)), R3 144 p.From.Offset = int64(framesize) + (obj.StackGuard - obj.StackSmall) 181 debug.From.Offset = int64(framesize) [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
obj7.go | 55 func stacksplit(ctxt *obj.Link, p *obj.Prog, framesize int32) *obj.Prog { 70 if framesize <= obj.StackSmall { 87 } else if framesize <= obj.StackBig { 88 // large stack: SP-framesize < stackguard-StackSmall 89 // SUB $framesize, SP, R2 95 p.From.Offset = int64(framesize) 108 // SP-stackguard+StackGuard < framesize + (StackGuard-StackSmall) 115 // MOV $(framesize+(StackGuard-StackSmall)), R3 147 p.From.Offset = int64(framesize) + (obj.StackGuard - obj.StackSmall) 184 debug.From.Offset = int64(framesize) [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
obj7.go | 52 func stacksplit(ctxt *obj.Link, p *obj.Prog, framesize int32) *obj.Prog { 67 if framesize <= obj.StackSmall { 84 } else if framesize <= obj.StackBig { 85 // large stack: SP-framesize < stackguard-StackSmall 86 // SUB $framesize, SP, R2 92 p.From.Offset = int64(framesize) 105 // SP-stackguard+StackGuard < framesize + (StackGuard-StackSmall) 112 // MOV $(framesize+(StackGuard-StackSmall)), R3 144 p.From.Offset = int64(framesize) + (obj.StackGuard - obj.StackSmall) 181 debug.From.Offset = int64(framesize) [all...] |
/external/libpcap/msdos/ |
ndis2.c | 77 static WORD frameSize = 0;
344 CALLBACK (NdisReceiveLookahead (WORD macId, WORD frameSize,
389 ARGSUSED (frameSize);
410 CALLBACK (NdisReceiveChain (WORD macId, WORD frameSize, WORD reqHandle,
444 ARGSUSED (frameSize);
712 frameSize = MAC_CHAR (handle)->maxFrameSize;
853 DEBUG1 (" - Frame size: %d\n", frameSize);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/ |
runiSACLongtest.txt | 36 FRAMESIZE=30 44 echo "Instantaneous with RATE " $RATE ", and Frame-size " $FRAMESIZE 45 $ISAC -I -B $RATE -FL $FRAMESIZE -FS 16 $INDIR/"$file" $OUTDIR/i_"$FRAMESIZE"_"$RATE"_"$file" >> $LOGFILE 57 if [ $FRAMESIZE -eq 30 ] 59 FRAMESIZE=60 61 FRAMESIZE=30
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
asm.go | 119 // Bizarre syntax: $frameSize-argSize is two words, not subtraction. 120 // Both frameSize and argSize must be simple integers; only frameSize 139 frameSize := p.positiveAtoi(op[0].String()) 141 frameSize = -frameSize 163 Offset: frameSize,
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
asm.go | 116 // Bizarre syntax: $frameSize-argSize is two words, not subtraction. 117 // Both frameSize and argSize must be simple integers; only frameSize 136 frameSize := p.positiveAtoi(op[0].String()) 138 frameSize = -frameSize 160 Offset: frameSize,
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
asm.go | 119 // Bizarre syntax: $frameSize-argSize is two words, not subtraction. 120 // Both frameSize and argSize must be simple integers; only frameSize 139 frameSize := p.positiveAtoi(op[0].String()) 141 frameSize = -frameSize 163 Offset: frameSize,
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
asm.go | 116 // Bizarre syntax: $frameSize-argSize is two words, not subtraction. 117 // Both frameSize and argSize must be simple integers; only frameSize 136 frameSize := p.positiveAtoi(op[0].String()) 138 frameSize = -frameSize 160 Offset: frameSize,
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
obj9.go | 629 func stacksplit(ctxt *obj.Link, p *obj.Prog, framesize int32) *obj.Prog { 644 if framesize <= obj.StackSmall { 654 } else if framesize <= obj.StackBig { 655 // large stack: SP-framesize < stackguard-StackSmall 656 // ADD $-framesize, SP, R4 662 p.From.Offset = int64(-framesize) 676 // SP-stackguard+StackGuard <= framesize + (StackGuard-StackSmall) 687 // MOVD $(framesize+(StackGuard-StackSmall)), R31 720 p.From.Offset = int64(framesize) + obj.StackGuard - obj.StackSmall
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/ |
obj5.go | 682 func stacksplit(ctxt *obj.Link, p *obj.Prog, framesize int32) *obj.Prog { 696 if framesize <= obj.StackSmall { 705 } else if framesize <= obj.StackBig { 706 // large stack: SP-framesize < stackguard-StackSmall 707 // MOVW $-framesize(SP), R2 714 p.From.Offset = int64(-framesize) 726 // SP-stackguard+StackGuard < framesize + (StackGuard-StackSmall) 732 // MOVW.NE $(framesize+(StackGuard-StackSmall)), R3 761 p.From.Offset = int64(framesize) + (obj.StackGuard - obj.StackSmall)
|