Home
last modified time | relevance | path

Searched refs:need_copy (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_common.py94 need_copy = not os.path.exists(dst)
95 if not need_copy:
96 need_copy = not filecmp.cmp(src, dst)
98 if need_copy:
/third_party/ffmpeg/libavcodec/
Drawdec.c181 int need_copy; in MKSCALE16() local
234 need_copy = !avpkt->buf || context->is_1_2_4_8_bpp || context->is_yuv2 || context->is_lt_16bpp; in MKSCALE16()
254 if (need_copy) in MKSCALE16()
346 } else if (need_copy) { in MKSCALE16()
356 if (buf_size < len && ((avctx->codec_tag & 0xFFFFFF) != MKTAG('B','I','T', 0) || !need_copy)) { in MKSCALE16()
Domx.c743 int need_copy; in omx_encode_frame() local
770 need_copy = 0; in omx_encode_frame()
788 need_copy = 1; in omx_encode_frame()
793 need_copy = 1; in omx_encode_frame()
795 if (need_copy) in omx_encode_frame()
/third_party/ffmpeg/libavfilter/
Dframesync.c257 unsigned need_copy = 0, i; in ff_framesync_get_frame() local
270 for (i = 0; i < fs->nb_in && !need_copy; i++) in ff_framesync_get_frame()
273 need_copy = 1; in ff_framesync_get_frame()
274 if (need_copy) { in ff_framesync_get_frame()
/third_party/glib/gobject/
Dgboxed.c465 gboolean need_copy, in value_set_boxed_internal() argument
482 …value->data[0].v_pointer = need_copy ? g_boxed_copy (G_VALUE_TYPE (value), boxed) : (gpointer) box… in value_set_boxed_internal()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideoenc.cpp939 gboolean need_copy; in gst_mf_video_enc_create_input_sample() local
954 need_copy = gst_mf_video_enc_frame_needs_copy (vframe); in gst_mf_video_enc_create_input_sample()
955 if (need_copy) { in gst_mf_video_enc_create_input_sample()
968 if (!need_copy) { in gst_mf_video_enc_create_input_sample()
1009 if (!need_copy) { in gst_mf_video_enc_create_input_sample()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositor.cpp2284 gboolean need_copy = FALSE; in gst_d3d11_compositor_aggregate_frames() local
2306 need_copy = TRUE; in gst_d3d11_compositor_aggregate_frames()
2399 if (need_copy && !gst_d3d11_compositor_copy_buffer (self, &vagg->info, in gst_d3d11_compositor_aggregate_frames()
/third_party/ltp/tools/sparse/sparse-src/
Dpre-process.c604 int need_copy = --*count; in copy() local
607 if (need_copy) in copy()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c8164 gboolean need_copy, need_set, need_mult; in video_converter_lookup_fastpath() local
8189 need_copy = (convert->alpha_mode & ALPHA_MODE_COPY) == ALPHA_MODE_COPY; in video_converter_lookup_fastpath()
8192 GST_DEBUG ("alpha copy %d, set %d, mult %d", need_copy, need_set, need_mult); in video_converter_lookup_fastpath()
8237 && (transforms[i].alpha_copy || !need_copy) in video_converter_lookup_fastpath()