Searched refs:src_ref (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
D | hwdevice.c | 23 static int test_derivation(AVBufferRef *src_ref, const char *src_name) in test_derivation() argument 31 src_dev = (AVHWDeviceContext*)src_ref->data; in test_derivation() 42 src_ref, 0); in test_derivation() 75 if (back_ref->data != src_ref->data) { in test_derivation()
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_shader.c | 40 struct pipe_reference *src_ref; in vmw_svga_winsys_shader_reference() local 49 src_ref = src ? &src->refcnt : NULL; in vmw_svga_winsys_shader_reference() 52 if (pipe_reference(dst_ref, src_ref)) { in vmw_svga_winsys_shader_reference()
|
D | vmw_surface.c | 249 struct pipe_reference *src_ref; in vmw_svga_winsys_surface_reference() local 258 src_ref = src ? &src->refcnt : NULL; in vmw_svga_winsys_surface_reference() 261 if (pipe_reference(dst_ref, src_ref)) { in vmw_svga_winsys_surface_reference()
|
/third_party/ffmpeg/libavfilter/ |
D | af_atempo.c | 425 const uint8_t **src_ref, in yae_load_data() argument 430 const uint8_t *src = *src_ref; in yae_load_data() 484 *src_ref = src; in yae_load_data() 500 const uint8_t **src_ref, in yae_load_frag() argument 512 if (src_ref && yae_load_data(atempo, src_ref, src_end, stop_here) != 0) { in yae_load_frag() 820 const uint8_t **src_ref, in yae_apply() argument 828 if (yae_load_frag(atempo, src_ref, src_end) != 0) { in yae_apply() 860 if (yae_load_frag(atempo, src_ref, src_end) != 0) { in yae_apply()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext.c | 648 AVBufferRef *src_ref, in av_hwdevice_ctx_create_derived_opts() argument 655 tmp_ref = src_ref; in av_hwdevice_ctx_create_derived_opts() 676 tmp_ref = src_ref; in av_hwdevice_ctx_create_derived_opts() 685 dst_ctx->internal->source_device = av_buffer_ref(src_ref); in av_hwdevice_ctx_create_derived_opts() 716 AVBufferRef *src_ref, int flags) in av_hwdevice_ctx_create_derived() argument 718 return av_hwdevice_ctx_create_derived_opts(dst_ref_ptr, type, src_ref, in av_hwdevice_ctx_create_derived()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_state.h | 583 struct NineUnknown *src_ref, 593 struct NineUnknown *src_ref,
|
D | nine_state.c | 2540 ARG_BIND_REF(struct NineUnknown, src_ref), in CSMT_ITEM_NO_WAIT_WITH_COUNTER() argument 2550 (void)src_ref; in CSMT_ITEM_NO_WAIT_WITH_COUNTER() 2556 ARG_BIND_REF(struct NineUnknown, src_ref), in CSMT_ITEM_NO_WAIT_WITH_COUNTER() argument 2572 (void)src_ref; in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
|