Home
last modified time | relevance | path

Searched refs:need_copy (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Drawdec.c176 int need_copy; in raw_decode() local
227 need_copy = !avpkt->buf || context->is_1_2_4_8_bpp || context->is_yuv2 || context->is_lt_16bpp; in raw_decode()
247 if (need_copy) in raw_decode()
339 } else if (need_copy) { in raw_decode()
349 if (buf_size < len && ((avctx->codec_tag & 0xFFFFFF) != MKTAG('B','I','T', 0) || !need_copy)) { in raw_decode()
H A 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/
H A Dframesync.c252 unsigned need_copy = 0, i; in ff_framesync_get_frame() local
265 for (i = 0; i < fs->nb_in && !need_copy; i++) in ff_framesync_get_frame()
268 need_copy = 1; in ff_framesync_get_frame()
269 if (need_copy) { in ff_framesync_get_frame()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_gs.cpp288 bool need_copy = shift != 0;
289 if (!need_copy) {
292 need_copy = true;
298 if (need_copy) {
H A 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/mesa3d/src/amd/vulkan/
H A 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/ltp/tools/sparse/sparse-src/
H A Dpre-process.c604 int need_copy = --*count; in copy() local
607 if (need_copy) in copy()

Completed in 11 milliseconds