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:rbsp_read_bit
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H
A
D
coda-h264.c
121
static inline int
rbsp_read_bit
(struct rbsp *rbsp)
in rbsp_read_bit()
function
155
ret =
rbsp_read_bit
(rbsp);
in rbsp_read_bits()
186
while ((ret =
rbsp_read_bit
(rbsp)) == 0)
in rbsp_read_uev()
308
ret =
rbsp_read_bit
(&sps);
in coda_h264_sps_fixup()
338
ret =
rbsp_read_bit
(&sps);
in coda_h264_sps_fixup()
347
frame_mbs_only_flag = ret =
rbsp_read_bit
(&sps);
in coda_h264_sps_fixup()
352
ret =
rbsp_read_bit
(&sps);
in coda_h264_sps_fixup()
357
ret =
rbsp_read_bit
(&sps);
in coda_h264_sps_fixup()
363
frame_cropping_flag = ret =
rbsp_read_bit
(&sps);
in coda_h264_sps_fixup()
382
vui_parameters_present_flag = ret =
rbsp_read_bit
(
in coda_h264_sps_fixup()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H
A
D
coda-h264.c
121
static inline int
rbsp_read_bit
(struct rbsp *rbsp)
in rbsp_read_bit()
function
155
ret =
rbsp_read_bit
(rbsp);
in rbsp_read_bits()
186
while ((ret =
rbsp_read_bit
(rbsp)) == 0)
in rbsp_read_uev()
308
ret =
rbsp_read_bit
(&sps);
in coda_h264_sps_fixup()
338
ret =
rbsp_read_bit
(&sps);
in coda_h264_sps_fixup()
347
frame_mbs_only_flag = ret =
rbsp_read_bit
(&sps);
in coda_h264_sps_fixup()
352
ret =
rbsp_read_bit
(&sps);
in coda_h264_sps_fixup()
357
ret =
rbsp_read_bit
(&sps);
in coda_h264_sps_fixup()
363
frame_cropping_flag = ret =
rbsp_read_bit
(&sps);
in coda_h264_sps_fixup()
382
vui_parameters_present_flag = ret =
rbsp_read_bit
(
in coda_h264_sps_fixup()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/
H
A
D
nal-rbsp.c
68
static inline int
rbsp_read_bit
(struct rbsp *rbsp)
in rbsp_read_bit()
function
137
bit =
rbsp_read_bit
(rbsp);
in rbsp_read_bits()
171
while ((ret =
rbsp_read_bit
(rbsp)) == 0)
in rbsp_read_uev()
258
int tmp =
rbsp_read_bit
(rbsp);
in __rbsp_read_bit()
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
H
A
D
nal-h264.c
189
static inline int
rbsp_read_bit
(struct rbsp *rbsp)
in rbsp_read_bit()
function
258
bit =
rbsp_read_bit
(rbsp);
in rbsp_read_bits()
292
while ((ret =
rbsp_read_bit
(rbsp)) == 0)
in rbsp_read_uev()
379
int tmp =
rbsp_read_bit
(rbsp);
in __rbsp_read_bit()
Completed in 4 milliseconds