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:skipped_bytes
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h2645_parse.c
40
nal->
skipped_bytes
= 0;
in ff_h2645_extract_rbsp()
111
nal->
skipped_bytes
++;
in ff_h2645_extract_rbsp()
112
if (nal->skipped_bytes_pos_size < nal->
skipped_bytes
) {
in ff_h2645_extract_rbsp()
114
av_assert0(nal->skipped_bytes_pos_size >= nal->
skipped_bytes
);
in ff_h2645_extract_rbsp()
124
nal->skipped_bytes_pos[nal->
skipped_bytes
-1] = di - 1;
in ff_h2645_extract_rbsp()
H
A
D
h2645_parse.h
69
int
skipped_bytes
;
member
H
A
D
hevcdec.c
2674
for (j = 0, cmpt = 0, startheader = offset + s->sh.entry_point_offset[0]; j < nal->
skipped_bytes
; j++) {
in hls_slice_data_wpp()
2684
+ s->sh.entry_point_offset[i]; j < nal->
skipped_bytes
; j++) {
in hls_slice_data_wpp()
/third_party/cJSON/
H
A
D
cJSON.c
1032
size_t
skipped_bytes
= 0;
in parse_string()
local
1043
skipped_bytes
++;
in parse_string()
1054
allocation_length = (size_t) (input_end - buffer_at_offset(input_buffer)) -
skipped_bytes
;
in parse_string()
Completed in 11 milliseconds