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:flushing
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mediacodecdec_common.h
52
int
flushing
;
member
H
A
D
mediacodecdec_common.c
540
s->
flushing
= 0;
in mediacodec_dec_flush_codec()
668
if (s->
flushing
) {
in ff_mediacodec_dec_send()
669
av_log(avctx, AV_LOG_ERROR, "Decoder is
flushing
and cannot accept new buffer "
in ff_mediacodec_dec_send()
767
/* If the codec is
flushing
or need to be flushed, block for a fair
in ff_mediacodec_dec_receive()
864
*
flushing
state.
867
* performed on the codec. The codec leaves the
flushing
state and can
887
s->
flushing
= 1;
in ff_mediacodec_dec_flush()
900
return s->
flushing
;
in ff_mediacodec_dec_is_flushing()
H
A
D
videotoolboxenc.c
245
bool
flushing
;
member
309
if (vtctx->
flushing
&& vtctx->frame_ct_in == vtctx->frame_ct_out) {
in vtenc_q_pop()
316
while (!vtctx->q_head && !vtctx->async_error && wait && !vtctx->
flushing
) {
in vtenc_q_pop()
2475
} else if(!vtctx->
flushing
) {
in vtenc_frame()
2476
vtctx->
flushing
= true;
in vtenc_frame()
2482
av_log(avctx, AV_LOG_ERROR, "Error
flushing
frames: %d\n", status);
in vtenc_frame()
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
dri_drawable.c
484
if (drawable->
flushing
)
in dri_flush()
487
drawable->
flushing
= true;
in dri_flush()
536
drawable->
flushing
= false;
in dri_flush()
H
A
D
dri_drawable.h
65
bool
flushing
; /* prevents recursion in dri_flush */
member
H
A
D
kopper.c
722
if (drawable->
flushing
)
in kopper_flush_frontbuffer()
725
drawable->
flushing
= true;
in kopper_flush_frontbuffer()
747
drawable->
flushing
= false;
in kopper_flush_frontbuffer()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_context.c
429
/* We could improve this by only
flushing
the frontend and the fetch part
in draw_set_vertex_elements()
920
assert(!draw->
flushing
); /* catch inadvertant recursion */
in draw_do_flush()
922
draw->
flushing
= TRUE;
in draw_do_flush()
928
draw->
flushing
= FALSE;
in draw_do_flush()
H
A
D
draw_private.h
191
unsigned eltSize; /* saved eltSize for
flushing
*/
274
boolean
flushing
; /**< debugging/sanity */
member
Completed in 11 milliseconds