OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uint8x3_t
(Results
1 - 7
of
7
) sorted by null
/system/media/audio_utils/private/
private.h
31
typedef struct {uint8_t c[3];} __attribute__((__packed__))
uint8x3_t
;
typedef in typeref:struct:__anon107108
/system/media/audio_utils/
channels.c
33
* Converts a
uint8x3_t
into an int32_t
35
inline int32_t uint8x3_to_int32(
uint8x3_t
val) {
45
* Converts an int32_t to a
uint8x3_t
47
inline
uint8x3_t
int32_to_uint8x3(int32_t in) {
48
uint8x3_t
out;
157
* NOTE: Can not be used for
uint8x3_t
samples, see CONTRACT_TO_MONO_24() below.
182
/* Channel contracts from a MULTICHANNEL
uint8x3_t
input buffer to a MONO
uint8x3_t
output buffer
257
CONTRACT_TO_MONO_24((const
uint8x3_t
*)in_buff,
258
(
uint8x3_t
*)out_buff, num_in_bytes)
[
all
...]
primitives.c
392
uint8x3_t
*udst = (
uint8x3_t
*)dst;
393
const
uint8x3_t
*usrc = (const
uint8x3_t
*)src;
394
static const
uint8x3_t
zero; /* tricky - we use this to zero out a sample */
447
uint8x3_t
*udst = (
uint8x3_t
*)dst;
448
const
uint8x3_t
*usrc = (const
uint8x3_t
*)src;
449
static const
uint8x3_t
zero
[
all
...]
/system/media/audio_utils/tests/
power_tests.cpp
27
typedef struct { uint8_t c[3]; } __attribute__((__packed__))
uint8x3_t
;
typedef in typeref:struct:__anon107109
36
uint8x3_t
p24_ary[length];
47
const
uint8x3_t
p24_value{{
53
const
uint8x3_t
p24_value{{
89
uint8x3_t
p24_ary[length];
104
const
uint8x3_t
p24_value{{
110
const
uint8x3_t
p24_value{{
primitives_tests.cpp
415
typedef struct {uint8_t c[3];} __attribute__((__packed__))
uint8x3_t
;
typedef in typeref:struct:__anon107111
416
uint8x3_t
*u24ref = new
uint8x3_t
[65536];
417
uint8x3_t
*u24ary = new
uint8x3_t
[65536];
421
EXPECT_EQ((size_t)3, sizeof(
uint8x3_t
)); // 3 bytes per struct
499
typedef struct {uint8_t c[3];} __attribute__((__packed__))
uint8x3_t
;
typedef in typeref:struct:__anon107112
500
uint8x3_t
*u24ref = new
uint8x3_t
[65536];
501
uint8x3_t
*u24ary = new uint8x3_t[65536]
584
typedef struct {uint8_t c[3];} __attribute__((__packed__))
uint8x3_t
;
typedef in typeref:struct:__anon107113
[
all
...]
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
arm_neon.h
[
all
...]
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
arm_neon.h
[
all
...]
Completed in 3189 milliseconds