Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_gs.cpp288 bool need_copy = shift != 0; in store_output() local
289 if (!need_copy) { in store_output()
292 need_copy = true; in store_output()
298 if (need_copy) { in store_output()
Dsfn_shader_vs.cpp339 bool need_copy = m_so_info->output[i].dst_offset < m_so_info->output[i].start_component; in emit_stream() local
344 need_copy = true; in emit_stream()
348 if (need_copy) { in emit_stream()
/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/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/mesa3d/src/amd/vulkan/
Dradv_device_generated_commands.c45 bool need_copy = false; in radv_get_sequence_size() local
55 need_copy = true; in radv_get_sequence_size()
61 if (need_copy) in radv_get_sequence_size()
/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()