Searched refs:FRAME_SIZE (Results 1 - 12 of 12) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
H A Duar_and_exceptions.cc12 #ifndef FRAME_SIZE
13 # define FRAME_SIZE 100 macro
25 char frame[FRAME_SIZE];
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h23 #define FRAME_SIZE 17 macro
56 #define FRAME_SIZE 168 macro
/external/chromium_org/third_party/opus/src/doc/
H A Dtrivial_example.c39 #define FRAME_SIZE 960 macro
54 opus_int16 in[FRAME_SIZE*CHANNELS];
118 fread(pcm_bytes, sizeof(short)*CHANNELS, FRAME_SIZE, fin);
122 for (i=0;i<CHANNELS*FRAME_SIZE;i++)
126 nbBytes = opus_encode(encoder, in, FRAME_SIZE, cbits, MAX_PACKET_SIZE);
/external/libopus/doc/
H A Dtrivial_example.c39 #define FRAME_SIZE 960 macro
54 opus_int16 in[FRAME_SIZE*CHANNELS];
118 fread(pcm_bytes, sizeof(short)*CHANNELS, FRAME_SIZE, fin);
122 for (i=0;i<CHANNELS*FRAME_SIZE;i++)
126 nbBytes = opus_encode(encoder, in, FRAME_SIZE, cbits, MAX_PACKET_SIZE);
/external/libunwind/tests/
H A Dia64-test-stack-asm.S40 #define FRAME_SIZE 48 define
54 addl r3 = STACK_SIZE-FRAME_SIZE, r2 // r3 = &stackframe
H A Dia64-test-rbs-asm.S38 #define FRAME_SIZE 48 define
60 addl r3 = STACK_SIZE-FRAME_SIZE, r2; /* r3 = &stackframe */ \
/external/srec/srec/Recognizer/include/
H A DSR_RecognizerImpl.h328 size_t FRAME_SIZE; member in struct:SR_RecognizerImpl_t
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c756 impl->FRAME_SIZE = impl->sampleRate / FRAMERATE * SAMPLE_SIZE;
758 if ((impl->audioBuffer = MALLOC(impl->FRAME_SIZE, MTAG)) == NULL)
765 CHKLOG(rc, WaveformBuffer_Create(&impl->waveformBuffer, impl->FRAME_SIZE));
2035 rc = WaveformBuffer_ParseEndPointedResultAndTrim(impl->waveformBuffer, result, impl->FRAME_SIZE);
2612 if (CircularBufferGetSize(impl->buffer) < impl->FRAME_SIZE)
2674 count = CircularBufferRead(impl->buffer, impl->audioBuffer, impl->FRAME_SIZE);
2692 if (count < impl->FRAME_SIZE)
2695 PLogError(L("%s: error reading buffer data (count=%d, frameSize=%d)"), ESR_rc2str(rc), count, impl->FRAME_SIZE);
2827 if (impl->gotLastFrame && CircularBufferGetSize(impl->buffer) < impl->FRAME_SIZE)
3192 num_windback_bytes = num_windback_frames * impl->FRAME_SIZE *
[all...]
/external/openssl/crypto/bn/asm/
H A Dsparcv8plus.S151 # define FRAME_SIZE -192
156 # define FRAME_SIZE -192
158 # define FRAME_SIZE -96
672 save %sp,FRAME_SIZE,%sp
1028 save %sp,FRAME_SIZE,%sp
1140 save %sp,FRAME_SIZE,%sp
1460 save %sp,FRAME_SIZE,%sp
H A Dsparcv8.S525 #define FRAME_SIZE -96 define
565 save %sp,FRAME_SIZE,%sp
944 save %sp,FRAME_SIZE,%sp
1054 save %sp,FRAME_SIZE,%sp
1368 save %sp,FRAME_SIZE,%sp
H A Dmips3.s760 #define FRAME_SIZE 48 define
765 PTR_SUB sp,FRAME_SIZE
1385 PTR_ADD sp,FRAME_SIZE
/external/qemu/tcg/i386/
H A Dtcg-target.c2107 #define FRAME_SIZE \ macro
2122 stack_addend = FRAME_SIZE - PUSH_SIZE;
2212 QEMU_BUILD_BUG_ON(FRAME_SIZE >= (1 << 14));
2231 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
2232 (FRAME_SIZE >> 7)
2260 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
2261 (FRAME_SIZE >> 7)

Completed in 310 milliseconds