| /third_party/pulseaudio/src/pulsecore/ |
| H A D | play-memblockq.c | 71 static int memblockq_stream_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in memblockq_stream_process_msg() argument 109 static int sink_input_pop_cb(pa_sink_input *i, size_t nbytes, pa_memchunk *chunk) { in sink_input_pop_cb() argument [all...] |
| H A D | sound-file-stream.c | 97 static int file_stream_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in file_stream_process_msg() argument 137 static int sink_input_pop_cb(pa_sink_input *i, size_t length, pa_memchunk *chunk) { in sink_input_pop_cb() argument
|
| H A D | memblockq.h | 86 pa_memchunk chunk; member [all...] |
| H A D | core-scache.c | 210 pa_memchunk chunk; in pa_scache_add_file() local 144 pa_scache_add_item( pa_core *c, const char *name, const pa_sample_spec *ss, const pa_channel_map *map, const pa_memchunk *chunk, pa_proplist *p, uint32_t *idx) pa_scache_add_item() argument
|
| H A D | asyncmsgq.c | 119 void pa_asyncmsgq_post(pa_asyncmsgq *a, pa_msgobject *object, int code, const void *userdata, int64_t offset, const pa_memchunk *chunk, pa_free_cb_t free_cb) { in pa_asyncmsgq_post() argument 150 int pa_asyncmsgq_send(pa_asyncmsgq *a, pa_msgobject *object, int code, const void *userdata, int64_t offset, const pa_memchunk *chunk) { in pa_asyncmsgq_send() argument 185 int pa_asyncmsgq_get(pa_asyncmsgq *a, pa_msgobject **object, int *code, void **userdata, int64_t *offset, pa_memchunk *chunk, bool wait_op) { in pa_asyncmsgq_get() argument 260 pa_memchunk chunk; pa_asyncmsgq_wait_for() local 280 pa_memchunk chunk; pa_asyncmsgq_process_one() local 349 pa_memchunk chunk; pa_asyncmsgq_flush() local [all...] |
| /third_party/pulseaudio/src/tests/ |
| H A D | memblockq-test.c | 62 static void dump_chunk(const pa_memchunk *chunk, pa_strbuf *buf) { in dump_chunk() argument 167 pa_memchunk chunk; in START_TEST() local 402 pa_memchunk silence, data, chunk; START_TEST() local 562 pa_memchunk chunk; START_TEST() local [all...] |
| H A D | resampler-test.c | 41 static void dump_block(const char *label, const pa_sample_spec *ss, const pa_memchunk *chunk) { in dump_block() argument
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-null-source.c | 88 static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_process_msg() argument 158 pa_memchunk chunk; in thread_func() local [all...] |
| H A D | module-pipe-source.c | 93 source_process_msg( pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) source_process_msg() argument
|
| /third_party/openssl/crypto/evp/ |
| H A D | e_des.c | 151 size_t n, chunk = EVP_MAXCHUNK / 8; in des_cfb1_cipher() local [all...] |
| /third_party/pulseaudio/src/modules/rtp/ |
| H A D | rtp-native.c | 101 pa_memchunk chunk; in pa_rtp_send() local 192 int pa_rtp_recv(pa_rtp_context *c, pa_memchunk *chunk, pa_mempool *pool, uint32_t *rtp_tstamp, struct timeval *tstamp) { in pa_rtp_recv() argument [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | dd.c | 206 int chunk = off < TT.in.sz ? off : TT.in.sz; in dd_main() local 237 int chunk = bytes_left < TT.in.sz ? bytes_left : TT.in.sz; in dd_main() local
|
| /third_party/toybox/toys/posix/ |
| H A D | tail.c | 71 int flag = 0, chunk = sizeof(toybuf); in try_lseek() local
|
| /third_party/python/Python/ |
| H A D | bootstrap_hash.c | 53 DWORD chunk = (DWORD)Py_MIN(size, PY_DWORD_MAX); in win32_urandom() local
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGXMLDOM.cpp | 17 SkSVGDOMParser(SkArenaAllocWithReset* chunk) : SkDOMParser(chunk) {} in SkSVGDOMParser() argument
|
| /device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
| H A D | Rockchip_OSAL_ETC.c | 45 size_t const chunk = 512; in getline() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_tiler_heap.c | 89 link_chunk(struct kbase_csf_tiler_heap *const heap, struct kbase_csf_tiler_heap_chunk *const chunk) link_chunk() argument 132 init_chunk(struct kbase_csf_tiler_heap *const heap, struct kbase_csf_tiler_heap_chunk *const chunk, bool link_with_prev) init_chunk() argument 185 struct kbase_csf_tiler_heap_chunk *chunk = NULL; create_chunk() local 250 delete_chunk(struct kbase_csf_tiler_heap *const heap, struct kbase_csf_tiler_heap_chunk *const chunk) delete_chunk() argument 277 struct kbase_csf_tiler_heap_chunk *chunk = list_entry( delete_all_chunks() local [all...] |
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/ |
| H A D | png_decoder_test.cpp | 946 const png_byte *chunk = nullptr;
in HWTEST_F() local 1261 png_unknown_chunkp chunk = nullptr;
in HWTEST_F() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | argo.c | 608 uint32_t chunk; in decode_frame() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | brstm.c | 104 int bom, major, minor, codec, chunk; in read_header() local
|
| H A D | movenccenc.c | 92 uint8_t chunk[4096]; in mov_cenc_write_encrypted() local
|
| H A D | sierravmd.c | 97 unsigned char chunk[BYTES_PER_FRAME_RECORD]; in vmd_read_header() local
|
| /third_party/lame/frontend/ |
| H A D | lame_main.c | 445 int const chunk = rest < in_limit ? rest : in_limit; in lame_encoder_loop() local
|
| /third_party/mesa3d/src/freedreno/decode/ |
| H A D | crashdec-mempool.c | 49 dump_mem_pool_chunk(const uint32_t *chunk) in dump_mem_pool_chunk() argument 191 uint32_t chunk : 3; in dump_cp_mem_pool() member 206 uint32_t chunk : 3; in dump_cp_mem_pool() member [all...] |
| /third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/ |
| H A D | minimal-mqtt-client-multi.c | 202 size_t chunk; in callback_mqtt() local
|