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:dstUV
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H
A
D
av_thumbnail_generator.cpp
400
uint8_t *
dstUV
= dstNV12 + width * i;
in ConvertP010ToNV12()
local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_yuv.cpp
585
auto
dstUV
= data_ + yuvDataInfo.uvOffset;
in WritePixels()
local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H
A
D
pixel_yuv_utils.cpp
126
uint8_t *
dstUV
= dstPixels + yuvDataInfo.uvOffset;
in WriteDataNV12Convert()
local
153
uint16_t *
dstUV
= dstPixels + yuvDataInfo.uvOffset;
in WriteDataNV12P010Convert()
local
980
uint8_t *
dstUV
= dstPixels + strides.uvOffset;
in Yuv420SPTranslate()
local
1012
uint16_t *
dstUV
= yuvPixels.dstPixels + strides.uvOffset;
in P010Translate()
local
H
A
D
pixel_yuv_ext_utils.cpp
166
auto
dstUV
= dst + dstStrides.uvOffset;
in NV12Rotate()
local
304
uint8_t *
dstUV
= dst + GetYSize(dstYStride, dstYHeight);
in ScaleUVPlane()
local
327
uint16_t*
dstUV
= dstY + dstStrides.uvOffset;
in CopyP010Pixels()
local
440
uint8_t*
dstUV
= dst + dstStrides.uvOffset;
in ScaleYuv420()
local
467
uint8_t*
dstUV
= dst + dstStrides.uvOffset;
ScaleYuv420()
local
490
uint8_t*
dstUV
= dst + dstStrides.uvOffset;
FlipXaxis()
local
511
uint8_t *
dstUV
= dst + dstStrides.uvOffset;
Mirror()
local
[all...]
/third_party/ffmpeg/libswscale/
H
A
D
swscale_unscaled.c
233
uint16_t *
dstUV
= (uint16_t*)(dstParam8[1] + dstStride[1] * srcSliceY / 2);
in planarToP01xWrapper()
local
290
uint16_t *
dstUV
= (uint16_t*)(dstParam8[1] + dstStride[1] * srcSliceY / 2);
in planar8ToP01xleWrapper()
local
Completed in 11 milliseconds