Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:need_copy
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
rawdec.c
176
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
D
omx.c
743
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
D
framesync.c
252
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
D
sfn_shader_gs.cpp
288
bool
need_copy
= shift != 0;
289
if (!
need_copy
) {
292
need_copy
= true;
298
if (
need_copy
) {
H
A
D
sfn_shader_vs.cpp
339
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
D
radv_device_generated_commands.c
45
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
D
pre-process.c
604
int
need_copy
= --*count;
in copy()
local
607
if (
need_copy
)
in copy()
Completed in 11 milliseconds