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:s5p_jpeg_buffer
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/
H
A
D
jpeg-core.c
761
static int get_byte(struct
s5p_jpeg_buffer
*buf);
762
static int get_word_be(struct
s5p_jpeg_buffer
*buf, unsigned int *word);
763
static void skip(struct
s5p_jpeg_buffer
*buf, long len);
769
struct
s5p_jpeg_buffer
jpeg_buffer;
in exynos4_jpeg_parse_decode_h_tbl()
806
struct
s5p_jpeg_buffer
jpeg_buffer;
in exynos4_jpeg_parse_huff_tbl()
865
struct
s5p_jpeg_buffer
jpeg_buffer;
in exynos4_jpeg_parse_decode_q_tbl()
896
struct
s5p_jpeg_buffer
jpeg_buffer;
in exynos4_jpeg_parse_q_tbl()
1040
static int get_byte(struct
s5p_jpeg_buffer
*buf)
in get_byte()
1048
static int get_word_be(struct
s5p_jpeg_buffer
*buf, unsigned int *word)
in get_word_be()
1064
static void skip(struct
s5p_jpeg_buffer
*bu
[all...]
H
A
D
jpeg-core.h
242
*
s5p_jpeg_buffer
- description of memory containing input JPEG data
247
struct
s5p_jpeg_buffer
{
struct
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/
H
A
D
jpeg-core.c
761
static int get_byte(struct
s5p_jpeg_buffer
*buf);
762
static int get_word_be(struct
s5p_jpeg_buffer
*buf, unsigned int *word);
763
static void skip(struct
s5p_jpeg_buffer
*buf, long len);
769
struct
s5p_jpeg_buffer
jpeg_buffer;
in exynos4_jpeg_parse_decode_h_tbl()
806
struct
s5p_jpeg_buffer
jpeg_buffer;
in exynos4_jpeg_parse_huff_tbl()
865
struct
s5p_jpeg_buffer
jpeg_buffer;
in exynos4_jpeg_parse_decode_q_tbl()
896
struct
s5p_jpeg_buffer
jpeg_buffer;
in exynos4_jpeg_parse_q_tbl()
1040
static int get_byte(struct
s5p_jpeg_buffer
*buf)
in get_byte()
1048
static int get_word_be(struct
s5p_jpeg_buffer
*buf, unsigned int *word)
in get_word_be()
1064
static void skip(struct
s5p_jpeg_buffer
*bu
[all...]
H
A
D
jpeg-core.h
234
* struct
s5p_jpeg_buffer
- description of memory containing input JPEG data
239
struct
s5p_jpeg_buffer
{
struct
Completed in 6 milliseconds