Home
last modified time | relevance | path

Searched defs:data_sz (Results 1 – 25 of 92) sorted by relevance

1234

/aosp_15_r20/external/coreboot/tests/lib/
H A Dcbmem_stage_cache-test.c71 const size_t data_sz = 4 * KiB; in test_stage_cache_add() local
102 const size_t data_sz = 8 * KiB; in test_stage_cache_add_raw() local
124 const size_t data_sz = 3 * KiB; in test_stage_cache_get_raw() local
147 const size_t data_sz = 7 * KiB; in test_stage_cache_load_stage() local
/aosp_15_r20/external/libvpx/test/
H A Ddecode_api_test.cc148 void TestPeekInfo(const uint8_t *const data, uint32_t data_sz, in TestPeekInfo()
181 for (uint32_t data_sz = 1; data_sz <= 32; ++data_sz) { in TEST() local
192 for (uint32_t data_sz = 1; data_sz <= 10; ++data_sz) { in TEST() local
/aosp_15_r20/external/libvpx/vp8/
H A Dvp8_dx_iface.c128 unsigned int data_sz, in vp8_peek_si_internal()
178 static vpx_codec_err_t vp8_peek_si(const uint8_t *data, unsigned int data_sz, in vp8_peek_si()
240 unsigned int data_sz, in update_fragments()
278 const uint8_t *data, unsigned int data_sz, in vp8_decode()
/aosp_15_r20/external/libvpx/vp9/
H A Dvp9_dx_iface.c96 const uint8_t *data, unsigned int data_sz, vpx_codec_stream_info_t *si, in decoder_peek_si_internal()
174 unsigned int data_sz, in decoder_peek_si()
306 const uint8_t **data, unsigned int data_sz, in decode_one()
341 const uint8_t *data, unsigned int data_sz, in decoder_decode()
/aosp_15_r20/external/libaom/aom/src/
H A Daom_decoder.c58 const uint8_t *data, size_t data_sz, in aom_codec_peek_stream_info()
95 size_t data_sz, void *user_priv) { in aom_codec_decode()
/aosp_15_r20/external/libvpx/vpx/src/
H A Dvpx_decoder.c67 unsigned int data_sz, in vpx_codec_peek_stream_info()
105 unsigned int data_sz, void *user_priv, in vpx_codec_decode()
/aosp_15_r20/external/bcc/libbpf-tools/
H A Djavagc.c99 static void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event()
112 static void handle_lost_events(void *ctx, int cpu, __u64 data_sz) in handle_lost_events()
H A Dmdflush.c71 static void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event()
H A Dstatsnoop.c97 static void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event()
H A Dfilelife.c89 void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event()
H A Dsolisten.c98 static void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event()
H A Dtcplife.c116 static void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event()
H A Drunqslower.c120 void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event()
H A Dsigsnoop.c159 static void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event()
H A Dtcpstates.c154 static void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event()
H A Dtcpconnlat.c112 void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event()
H A Ddrsnoop.c119 void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event()
H A Dexitsnoop.c121 static void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event()
H A Dgethostlatency.c100 static void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event()
H A Dtcppktlat.c149 static int handle_event(void *ctx, void *data, size_t data_sz) in handle_event()
/aosp_15_r20/external/libaom/av1/
H A Dav1_dx_iface.c260 size_t data_sz, in decoder_peek_si_internal()
357 static aom_codec_err_t decoder_peek_si(const uint8_t *data, size_t data_sz, in decoder_peek_si()
518 const uint8_t **data, size_t data_sz, in decode_one()
592 const uint8_t *data, size_t data_sz, in decoder_inspect()
676 const uint8_t *data, size_t data_sz, in decoder_decode()
/aosp_15_r20/external/libultrahdr/
H A Dultrahdr_api.h240 size_t data_sz; /**< size of the data buffer */ member
250 size_t data_sz; /**< size of the data buffer */ member
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_impl.cpp157 unsigned int data_sz, in vpx_codec_decode()
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
Dgoldfish_vpx_impl.cpp169 unsigned int data_sz, void *user_priv, long deadline) { in vpx_codec_decode()
/aosp_15_r20/external/libbpf/src/
H A Dbpf_prog_linfo.c104 __u64 data_sz; in bpf_prog_linfo__new() local

1234