| /third_party/ffmpeg/libavformat/ |
| H A D | wtvdec.c | 71 static int wtvfile_read_packet(void *opaque, uint8_t *buf, int buf_size) in wtvfile_read_packet() argument 109 static int64_t wtvfile_seek(void *opaque, int64_t offset, int whence) in wtvfile_seek() argument
|
| H A D | avformat.h | 1744 void *opaque; member
|
| H A D | aviobuf.c | 81 ffio_init_context(FFIOContext *ctx, unsigned char *buffer, int buffer_size, int write_flag, void *opaque, int (*read_packet)(void *opaque, uint8_t *buf, int buf_size), int (*write_packet)(void *opaque, uint8_t *buf, int buf_size), int64_t (*seek)(void *opaque, int64_t offset, int whence)) ffio_init_context() argument 135 avio_alloc_context( unsigned char *buffer, int buffer_size, int write_flag, void *opaque, int (*read_packet)(void *opaque, uint8_t *buf, int buf_size), int (*write_packet)(void *opaque, uint8_t *buf, int buf_size), int64_t (*seek)(void *opaque, int64_t offset, int whence)) avio_alloc_context() argument 1399 dyn_buf_write(void *opaque, uint8_t *buf, int buf_size) dyn_buf_write() argument 1431 dyn_packet_buf_write(void *opaque, uint8_t *buf, int buf_size) dyn_packet_buf_write() argument 1446 dyn_buf_seek(void *opaque, int64_t offset, int whence) dyn_buf_seek() argument 1568 null_buf_write(void *opaque, uint8_t *buf, int buf_size) null_buf_write() argument [all...] |
| H A D | mpegtsenc.c | 53 void *opaque; member
|
| /third_party/ffmpeg/libavutil/ |
| H A D | eval.c | 53 void *opaque; member 766 double av_expr_eval(AVExpr *e, const double *const_values, void *opaque) in av_expr_eval() argument 776 av_expr_parse_and_eval(double *d, const char *s, const char * const *const_names, const double *const_values, const char * const *func1_names, double (* const *funcs1)(void *, double), const char * const *func2_names, double (* const *funcs2)(void *, double, double), void *opaque, int log_offset, void *log_ctx) av_expr_parse_and_eval() argument
|
| H A D | hwcontext_qsv.c | 310 static void qsv_pool_release_dummy(void *opaque, uint8_t *data) in qsv_pool_release_dummy() argument 314 static AVBufferRef *qsv_pool_alloc(void *opaque, size_t size) in qsv_pool_alloc() argument 616 int opaque = !!(frames_hwctx->frame_type & MFX_MEMTYPE_OPAQUE_FRAME); in qsv_init_internal_session() local 691 int opaque = !!(frames_hwctx->frame_type & MFX_MEMTYPE_OPAQUE_FRAME); qsv_frames_init() local [all...] |
| H A D | vulkan.c | 732 static void destroy_imageview(void *opaque, uint8_t *data) in destroy_imageview() argument
|
| H A D | hwcontext_opencl.c | 1611 static void opencl_pool_free(void *opaque, uint8_t *data) in opencl_pool_free() argument 1629 static AVBufferRef *opencl_pool_alloc(void *opaque, size_t size) in opencl_pool_alloc() argument
|
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-logs.h | 99 void *opaque; member
|
| H A D | lws-lecp.h | 341 int opaque[4]; /* ignored by lws, caller may use */ member
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_nir_lower_ray_queries.c | 142 rq_variable *opaque; member
|
| H A D | radv_pipeline_rt.c | 225 nir_variable *opaque; member
|
| /third_party/libwebsockets/lib/secure-streams/ |
| H A D | secure-streams.c | 604 lws_smd_ss_cb(void *opaque, lws_smd_class_t _class, in lws_smd_ss_cb() argument
|
| /third_party/node/src/ |
| H A D | node_zlib.cc | 950 SetAllocationFunctions(alloc_func alloc, free_func free, void* opaque) SetAllocationFunctions() argument 1143 Init(brotli_alloc_func alloc, brotli_free_func free, void* opaque) Init() argument 1208 Init(brotli_alloc_func alloc, brotli_free_func free, void* opaque) Init() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | texcompress_etc.c | 55 bool opaque; member
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_tri.c | 768 lp_setup_bin_triangle(struct lp_setup_context *setup, struct lp_rast_triangle *tri, boolean use_32bits, boolean opaque, const struct u_rect *bbox, int nr_planes, unsigned viewport_index) lp_setup_bin_triangle() argument
|
| /third_party/skia/src/codec/ |
| H A D | SkWuffsCodec.cpp | 100 static SkAlphaType to_alpha_type(bool opaque) { in to_alpha_type() argument
|
| /third_party/skia/src/core/ |
| H A D | SkBlitter_ARGB32.cpp | 1294 bool opaque = (fShaderContext->getFlags() & SkShaderBase::kOpaqueAlpha_Flag); in blitMask() local [all...] |
| /third_party/python/Modules/ |
| H A D | _lzmamodule.c | 169 PyLzma_Malloc(void *opaque, size_t items, size_t size) in PyLzma_Malloc() argument 180 PyLzma_Free(void *opaque, void *ptr) in PyLzma_Free() argument
|
| /third_party/f2fs-tools/fsck/ |
| H A D | fsck.c | 3005 static int chk_and_fix_wp_with_sit(int UNUSED(i), void *blkzone, void *opaque) in chk_and_fix_wp_with_sit() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_drawtext.c | 103 static double drand(void *opaque, double min, double max) in drand() argument 828 static int glyph_enu_free(void *opaque, void *elem) in glyph_enu_free() argument
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | decklink_dec.cpp | 147 static void decklink_object_free(void *opaque, uint8_t *data) in decklink_object_free() argument
|
| /third_party/glfw/src/ |
| H A D | win32_window.c | 374 BOOL composition, opaque; in updateFramebufferTransparency() local 1978 BOOL composition, opaque; in _glfwFramebufferTransparentWin32() local
|
| /third_party/node/deps/brotli/c/dec/ |
| H A D | decode.c | 107 void* opaque = state->memory_manager_opaque; in BrotliDecoderDestroyInstance() local 77 BrotliDecoderCreateInstance( brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) BrotliDecoderCreateInstance() argument
|
| /third_party/skia/third_party/externals/brotli/c/dec/ |
| H A D | decode.c | 107 void* opaque = state->memory_manager_opaque; in BrotliDecoderDestroyInstance() local 77 BrotliDecoderCreateInstance( brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) BrotliDecoderCreateInstance() argument
|