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
defs:uv_offset
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
picture_rescale_enc.c
140
const int
uv_offset
= (top / 2) * pic->uv_stride + left / 2;
in WebPPictureCrop()
local
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-irq.c
345
u32
uv_offset
= offset + IVTV_YUV_BUFFER_UV_OFFSET;
in ivtv_dma_stream_dec_prepare()
local
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-irq.c
345
u32
uv_offset
= offset + IVTV_YUV_BUFFER_UV_OFFSET;
in ivtv_dma_stream_dec_prepare()
local
/third_party/ffmpeg/libavfilter/
H
A
D
colorspacedsp_template.c
69
const int
uv_offset
= 128 << (BIT_DEPTH - 8);
in yuv2rgb()
local
150
const int
uv_offset
= 128 << (BIT_DEPTH - 8);
in rgb2yuv()
local
229
const int
uv_offset
= 128 << (BIT_DEPTH - 8);
in rgb2yuv_fsb()
local
/third_party/ffmpeg/libavutil/
H
A
D
film_grain_params.h
112
int
uv_offset
[2 /* cb, cr */];
member
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
frame_dec.c
178
const int
uv_offset
= cache_id * 8 * dec->cache_uv_stride_;
in ReconstructRow()
local
412
const int
uv_offset
= cache_id * 8 * dec->cache_uv_stride_;
in FinishRow()
local
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
lm93.c
383
const long
uv_offset
= upper ? (((reg >> 4 & 0x0f) + 1) * 12500) :
in LM93_IN_REL_FROM_REG()
local
399
long
uv_offset
= vid * 1000 - val * 10000;
in LM93_IN_REL_TO_REG()
local
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
lm93.c
383
const long
uv_offset
= upper ? (((reg >> 4 & 0x0f) + 1) * 12500) :
in LM93_IN_REL_FROM_REG()
local
399
long
uv_offset
= vid * 1000 - val * 10000;
in LM93_IN_REL_TO_REG()
local
Completed in 14 milliseconds