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:endbyte_bits
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
rtpdec_h261.c
32
int
endbyte_bits
;
member
57
rtp_h261_ctx->
endbyte_bits
= 0;
in h261_handle_packet()
112
if (rtp_h261_ctx->
endbyte_bits
|| sbit) {
in h261_handle_packet()
113
if (rtp_h261_ctx->
endbyte_bits
== sbit) {
in h261_handle_packet()
115
rtp_h261_ctx->
endbyte_bits
= 0;
in h261_handle_packet()
126
if (rtp_h261_ctx->
endbyte_bits
) {
in h261_handle_packet()
127
rtp_h261_ctx->endbyte |= get_bits(&gb, 8 - rtp_h261_ctx->
endbyte_bits
);
in h261_handle_packet()
132
rtp_h261_ctx->
endbyte_bits
= get_bits_left(&gb);
in h261_handle_packet()
133
if (rtp_h261_ctx->
endbyte_bits
)
in h261_handle_packet()
134
rtp_h261_ctx->endbyte = get_bits(&gb, rtp_h261_ctx->
endbyte_bits
) <<
in h261_handle_packet()
[all...]
H
A
D
rtpdec_h263_rfc2190.c
38
int
endbyte_bits
;
member
64
data->
endbyte_bits
= 0;
in h263_handle_packet()
135
if (data->
endbyte_bits
|| sbit) {
in h263_handle_packet()
136
if (data->
endbyte_bits
== sbit) {
in h263_handle_packet()
138
data->
endbyte_bits
= 0;
in h263_handle_packet()
149
if (data->
endbyte_bits
) {
in h263_handle_packet()
150
data->endbyte |= get_bits(&gb, 8 - data->
endbyte_bits
);
in h263_handle_packet()
155
data->
endbyte_bits
= get_bits_left(&gb);
in h263_handle_packet()
156
if (data->
endbyte_bits
)
in h263_handle_packet()
157
data->endbyte = get_bits(&gb, data->
endbyte_bits
) <<
in h263_handle_packet()
[all...]
Completed in 2 milliseconds