HomeSort by relevance Sort by last modified time
    Searched refs:FRAME_SIZE (Results 1 - 25 of 44) sorted by null

1 2

  /external/compiler-rt/test/asan/TestCases/
uar_and_exceptions.cc 12 #ifndef FRAME_SIZE
13 # define FRAME_SIZE 100
25 char frame[FRAME_SIZE];
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace-abi.h 44 #define FRAME_SIZE 17
76 #define FRAME_SIZE 168
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace-abi.h 44 #define FRAME_SIZE 17
76 #define FRAME_SIZE 168
  /development/ndk/platforms/android-L/arch-x86/include/asm/
ptrace-abi.h 44 #define FRAME_SIZE 17
76 #define FRAME_SIZE 168
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
ptrace-abi.h 44 #define FRAME_SIZE 17
76 #define FRAME_SIZE 168
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace-abi.h 23 #define FRAME_SIZE 17
56 #define FRAME_SIZE 168
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
ptrace-abi.h 34 #define FRAME_SIZE 17
65 #define FRAME_SIZE 168
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
ptrace-abi.h 34 #define FRAME_SIZE 17
65 #define FRAME_SIZE 168
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 34 #define FRAME_SIZE 17
65 #define FRAME_SIZE 168
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 34 #define FRAME_SIZE 17
65 #define FRAME_SIZE 168
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 34 #define FRAME_SIZE 17
65 #define FRAME_SIZE 168
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
ptrace-abi.h 44 #define FRAME_SIZE 17
76 #define FRAME_SIZE 168
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
ptrace-abi.h 44 #define FRAME_SIZE 17
76 #define FRAME_SIZE 168
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 44 #define FRAME_SIZE 17
76 #define FRAME_SIZE 168
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
ptrace-abi.h 44 #define FRAME_SIZE 17
76 #define FRAME_SIZE 168
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
ptrace-abi.h 44 #define FRAME_SIZE 17
76 #define FRAME_SIZE 168
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
ptrace-abi.h 44 #define FRAME_SIZE 17
76 #define FRAME_SIZE 168
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
ptrace-abi.h 44 #define FRAME_SIZE 17
76 #define FRAME_SIZE 168
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
ptrace-abi.h 44 #define FRAME_SIZE 17
76 #define FRAME_SIZE 168
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
ptrace-abi.h 44 #define FRAME_SIZE 17
76 #define FRAME_SIZE 168
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 44 #define FRAME_SIZE 17
76 #define FRAME_SIZE 168
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 42 #define FRAME_SIZE 17
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 42 #define FRAME_SIZE 17
  /external/chromium_org/third_party/opus/src/doc/
trivial_example.c 39 #define FRAME_SIZE 960
54 opus_int16 in[FRAME_SIZE*CHANNELS];
115 int frame_size; local
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);
134 /* Decode the data. In this example, frame_size will be constant because
138 frame_size = opus_decode(decoder, cbits, nbBytes, out, MAX_FRAME_SIZE, 0);
139 if (frame_size<0)
146 for(i=0;i<CHANNELS*frame_size;i++
    [all...]
  /external/libopus/doc/
trivial_example.c 39 #define FRAME_SIZE 960
54 opus_int16 in[FRAME_SIZE*CHANNELS];
115 int frame_size; local
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);
134 /* Decode the data. In this example, frame_size will be constant because
138 frame_size = opus_decode(decoder, cbits, nbBytes, out, MAX_FRAME_SIZE, 0);
139 if (frame_size<0)
146 for(i=0;i<CHANNELS*frame_size;i++
    [all...]

Completed in 1459 milliseconds

1 2