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:end_of_stream
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
libopenh264dec.c
104
int
end_of_stream
= 1;
in svc_decode_frame()
local
105
(*s->decoder)->SetOption(s->decoder, DECODER_OPTION_END_OF_STREAM, &
end_of_stream
);
in svc_decode_frame()
H
A
D
libxavs.c
50
int
end_of_stream
;
member
157
if (!frame && !(x4->
end_of_stream
)) {
in XAVS_frame()
167
x4->
end_of_stream
= END_OF_STREAM;
in XAVS_frame()
H
A
D
mlpdec.c
61
uint8_t
end_of_stream
;
member
1329
s->
end_of_stream
= 1;
in read_access_unit()
1365
if (s->
end_of_stream
) {
in read_access_unit()
1367
s->
end_of_stream
= 0;
in read_access_unit()
H
A
D
vaapi_encode.h
337
int
end_of_stream
;
member
H
A
D
vaapi_encode.c
978
if (!pic && ctx->
end_of_stream
) {
in vaapi_encode_pick_next()
992
if (ctx->input_order <= ctx->decode_delay && !ctx->
end_of_stream
) {
in vaapi_encode_pick_next()
1170
ctx->
end_of_stream
= 1;
in vaapi_encode_send_frame()
1204
if (ctx->
end_of_stream
)
in ff_vaapi_encode_receive_packet()
1232
if (av_fifo_can_write(ctx->encode_fifo) && !ctx->
end_of_stream
)
in ff_vaapi_encode_receive_packet()
H
A
D
cbs_h264_syntax_template.c
1255
static int FUNC(
end_of_stream
)(CodedBitstreamContext *ctx, RWContext *rw,
in end_of_stream()
function
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
radeon_vce.h
240
uint32_t
end_of_stream
;
member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vce.h
240
uint32_t
end_of_stream
;
member
H
A
D
radeon_vce_52.c
262
RVCE_CS(enc->enc_pic.eo.
end_of_stream
);
in encode()
Completed in 16 milliseconds