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:uvSize
(Results
1 - 14
of
14
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H
A
D
render_post_process_blocks.h
64
void PostProcessColorFringeBlock(in uint postProcessFlags, in vec4 chromaFactor, in vec2 uv, in vec2
uvSize
,
in PostProcessColorFringeBlock()
argument
/foundation/multimedia/av_codec/services/engine/common/
H
A
D
codec_utils.cpp
119
int32_t
uvSize
= static_cast<int32_t>(scaleLineSize[1] * height / 2); // 2
in WriteYuvData()
local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H
A
D
mesh_builder.h
127
uint32_t
uvSize
= 0;
member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
native_image.cpp
50
uint64_t
uvSize
;
member
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H
A
D
video_ffmpeg_encoder_plugin.cpp
417
int32_t
uvSize
= cachedFrame_->linesize[1] * AlignUp(cachedFrame_->height, DEFAULT_ALIGN) / 2; // 2
in FillAvFrame()
local
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/
H
A
D
sdl_video_sink_plugin.cpp
396
int32_t
uvSize
= 0;
in VideoImageDisaplay()
local
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H
A
D
videodec_ndk_inner_sample.cpp
572
uint32_t
uvSize
= size - DEFAULT_WIDTH * DEFAULT_HEIGHT;
in ProcessOutputData()
local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
image_format_convert_test.cpp
270
int32_t
uvSize
= ((imageSize.width + 1) / NUM_2) * ((imageSize.height + 1) / NUM_2);
in YuvP010ConvertToRgb()
local
489
int32_t
uvSize
= ((imageSize.width + 1) / NUM_2) * ((imageSize.height + 1) / NUM_2);
in GetOrignData()
local
H
A
D
jpg_yuv_test.cpp
624
int32_t
uvSize
= ((imageSize.width + 1) / 2) * ((imageSize.height + 1) / 2);
in YuvP010Crop()
local
666
int32_t
uvSize
= ((imageSize.width + 1) / 2) * ((imageSize.height + 1) / 2);
in YuvP010Rotate()
local
706
int32_t
uvSize
= ((imageSize.width + 1) / 2) * ((imageSize.height + 1) / 2);
in ScaleYuv420P010()
local
745
int32_t
uvSize
= ((imageSize.width + 1) / 2) * ((imageSize.height + 1) / 2);
in ResizeYuv420P010()
local
783
int32_t
uvSize
= ((imageSize.width + 1) / 2) * ((imageSize.height + 1) / 2);
in FlipYuv420P010()
local
826
int32_t
uvSize
= ((imageSize.width + 1) / 2) * ((imageSize.height + 1) / 2);
TranslateYuv420P010()
local
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H
A
D
video_ffmpeg_decoder_plugin.cpp
650
size_t
uvSize
= static_cast<size_t>(scaleLineSize_[1] * height_ / 2); // 2
in WriteYuvData()
local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H
A
D
pixel_map_test.cpp
2532
int32_t
uvSize
= ((imageSize.width + 1) / 2) * ((imageSize.height + 1) / 2); // 2: Addapting to size
in HWTEST_F()
local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H
A
D
image_yuv_convert_fuzzer.cpp
273
int32_t
uvSize
= ((imageSize.width + 1) / NUM_2) * ((imageSize.height + 1) / NUM_2);
in YuvP010ConvertToRgb()
local
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H
A
D
videodec_ndk_sample.cpp
738
uint32_t
uvSize
= size - DEFAULT_WIDTH * DEFAULT_HEIGHT;
in ProcessOutputData()
local
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H
A
D
videodec_api11_sample.cpp
753
uint32_t
uvSize
= size - DEFAULT_WIDTH * DEFAULT_HEIGHT;
in ProcessOutputData()
local
Completed in 24 milliseconds