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:eos_
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H
A
D
h264dprc.c
101
priv->
eos_
= true;
in h264d_buffer_emptied()
119
if (priv->
eos_
) {
in h264d_buffer_filled()
123
priv->
eos_
= false;
in h264d_buffer_filled()
264
apriv->
eos_
= false;
in reset_stream_parameters()
280
if ((!next_is_eos) && ((priv->p_outhdr_->nFilledLen > 0) || priv->use_eglimage || priv->
eos_
)) {
in h264d_manage_buffers()
300
priv->
eos_
= !!(priv->in_buffers[0]->nFlags & OMX_BUFFERFLAG_EOS);
in decode_frame()
301
unsigned min_bits_left = priv->
eos_
? 32 : MAX2(in_buf->nFilledLen * 8, 32);
in decode_frame()
326
if (priv->
eos_
&& priv->frame_started)
in decode_frame()
332
} else if (priv->
eos_
) {
in decode_frame()
369
priv->
eos_
in h264d_prc_ctor()
[all...]
H
A
D
h264eprc.c
124
priv->
eos_
= true;
in h264e_buffer_emptied()
145
if (priv->
eos_
) {
in h264e_buffer_filled()
197
priv->
eos_
= false;
in reset_stream_parameters()
220
if ((out_buf->nFilledLen != 0) || priv->
eos_
) {
in h264e_manage_buffers()
527
priv->
eos_
= false;
in h264e_prc_prepare_to_transfer()
578
while (!priv->
eos_
&& (out_buf = get_output_buffer(priv)) && (in_buf = get_input_buffer(priv))) {
in h264e_prc_buffers_ready()
/third_party/node/src/
H
A
D
node_bob-inl.h
20
if (
eos_
) {
in Pull()
29
eos_
= true;
in Pull()
H
A
D
node_bob.h
94
bool is_eos() const { return
eos_
; }
in is_eos()
105
bool
eos_
= false;
member in node::bob::SourceImpl
/third_party/skia/third_party/externals/libwebp/src/utils/
H
A
D
bit_reader_utils.c
151
br->
eos_
= 0;
in VP8LInitBitReader()
172
br->
eos_
= (br->pos_ > br->len_) || VP8LIsEndOfStream(br);
in VP8LBitReaderSetBuffer()
176
br->
eos_
= 1;
in VP8LSetEndOfStream()
211
if (!br->
eos_
&& n_bits <= VP8L_MAX_NUM_BIT_READ) {
in VP8LReadBits()
H
A
D
bit_reader_utils.h
146
int
eos_
; // true if a bit was read past the end of buffer
member
160
// Flags
eos_
if this read attempt is going to cross the read buffer.
169
// the buffer. Doesn't set br->
eos_
flag.
172
return br->
eos_
|| ((br->pos_ == br->len_) && (br->bit_pos_ > VP8L_LBITS));
in VP8LIsEndOfStream()
177
// This function does *not* set br->
eos_
, since it's speed-critical.
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
vp8l_dec.c
125
return !br->
eos_
;
in ReadImageInfo()
348
ok = ok && !br->
eos_
;
in ReadHuffmanCode()
427
if (br->
eos_
) goto Error;
in ReadHuffmanCodes()
1031
while (!br->
eos_
&& pos < last) {
in DecodeAlphaData()
1081
br->
eos_
= VP8LIsEndOfStream(br);
in DecodeAlphaData()
1087
br->
eos_
= VP8LIsEndOfStream(br);
in DecodeAlphaData()
1088
if (!ok || (br->
eos_
&& pos < end)) {
in DecodeAlphaData()
1090
dec->status_ = br->
eos_
? VP8_STATUS_SUSPENDED
in DecodeAlphaData()
1108
assert(dec->br_.
eos_
);
in RestoreState()
1243
br->
eos_
in DecodeImageData()
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/
H
A
D
vid_dec_common.h
154
bool
eos_
;
member
H
A
D
vid_enc_common.h
153
bool
eos_
;
H
A
D
vid_dec_h264_common.c
1065
bool eos = priv->
eos_
;
in vid_dec_FrameDecoded_common()
Completed in 8 milliseconds