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:ySize
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/common/
H
A
D
codec_utils.cpp
118
int32_t
ySize
= static_cast<int32_t>(scaleLineSize[0] * height); // yuv420: 411 nv21
in WriteYuvData()
local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
native_image.cpp
49
uint64_t
ySize
;
member
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H
A
D
video_ffmpeg_encoder_plugin.cpp
415
int32_t
ySize
= cachedFrame_->linesize[0] * AlignUp(cachedFrame_->height, DEFAULT_ALIGN);
in FillAvFrame()
local
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/
H
A
D
sdl_video_sink_plugin.cpp
384
int32_t
ySize
= 0;
in VideoImageDisaplay()
local
415
UpdateNVTexture(const uint8_t** data, int32_t* lineSize, const std::shared_ptr<VideoBufferMeta>& videoMeta, int32_t
ySize
, const uint8_t* ptr) const
UpdateNVTexture()
argument
439
UpdateYUVTexture(const uint8_t** data, int32_t* lineSize, const std::shared_ptr<VideoBufferMeta>& videoMeta, int32_t
ySize
, int32_t uvSize) const
UpdateYUVTexture()
argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
image_format_convert_test.cpp
269
int32_t
ySize
= imageSize.width * imageSize.height;
in YuvP010ConvertToRgb()
local
310
int32_t
ySize
= imageSize.width * imageSize.height;
in Rgba1010102ConvertToYuvP010()
local
488
int32_t
ySize
= imageSize.width * imageSize.height;
in GetOrignData()
local
495
int32_t
ySize
= imageSize.width * imageSize.height;
in GetOrignData()
local
H
A
D
jpg_yuv_test.cpp
623
int32_t
ySize
= imageSize.width * imageSize.height;
in YuvP010Crop()
local
665
int32_t
ySize
= imageSize.width * imageSize.height;
in YuvP010Rotate()
local
705
int32_t
ySize
= imageSize.width * imageSize.height;
in ScaleYuv420P010()
local
744
int32_t
ySize
= imageSize.width * imageSize.height;
in ResizeYuv420P010()
local
782
int32_t
ySize
= imageSize.width * imageSize.height;
in FlipYuv420P010()
local
825
int32_t
ySize
= imageSize.width * imageSize.height;
TranslateYuv420P010()
local
864
int32_t
ySize
= imageSize.width * imageSize.height;
RGBA1010102Crop()
local
904
int32_t
ySize
= imageSize.width * imageSize.height;
RGBA1010102Rotate()
local
942
int32_t
ySize
= imageSize.width * imageSize.height;
RGBA1010102Scale()
local
980
int32_t
ySize
= imageSize.width * imageSize.height;
RGBA1010102Resize()
local
1017
int32_t
ySize
= imageSize.width * imageSize.height;
RGBA1010102Flip()
local
1059
int32_t
ySize
= imageSize.width * imageSize.height;
RGBA1010102Translate()
local
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H
A
D
video_ffmpeg_decoder_plugin.cpp
647
size_t
ySize
= static_cast<size_t>(scaleLineSize_[0] * height_);
in WriteYuvData()
local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H
A
D
pixel_map_test.cpp
2531
int32_t
ySize
= imageSize.width * imageSize.height;
in HWTEST_F()
local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H
A
D
image_yuv_convert_fuzzer.cpp
272
int32_t
ySize
= imageSize.width * imageSize.height;
in YuvP010ConvertToRgb()
local
Completed in 18 milliseconds