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:TWO_SLICES
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H
A
D
image_format_convert_utils.cpp
41
constexpr uint32_t
TWO_SLICES
= 2;
member
192
uint32_t size_uv = yDInfo.uvOffset /
TWO_SLICES
;
in NV12P010ToNV21P010SoftDecode()
196
for (uint32_t i = 0; i < size_uv; i +=
TWO_SLICES
) {
in NV12P010ToNV21P010SoftDecode()
271
srcParam.slice[1] = srcParam.buffer + yDInfo.uvOffset *
TWO_SLICES
;
in YuvP010ToRGBParam()
272
srcParam.stride[0] = static_cast<int>(yDInfo.yStride *
TWO_SLICES
);
in YuvP010ToRGBParam()
273
srcParam.stride[1] = static_cast<int>(yDInfo.uvStride *
TWO_SLICES
);
in YuvP010ToRGBParam()
307
static_cast<size_t>((yDInfo.uvOffset + yDInfo.uvWidth * yDInfo.uvWidth *
TWO_SLICES
) *
TWO_SLICES
);
in YuvP010ToRGB10()
323
midParam.slice[1] = midParam.buffer + yDInfo.uvOffset *
TWO_SLICES
;
in YuvP010ToRGB10()
324
midParam.stride[0] = static_cast<int>(yDInfo.yStride) *
TWO_SLICES
;
in YuvP010ToRGB10()
[all...]
H
A
D
image_format_convert_ext_utils.cpp
36
constexpr uint32_t
TWO_SLICES
= 2;
member
384
destParam.slice[1] = destInfo.buffer + destInfo.uvOffset *
TWO_SLICES
;
in RGBToYuvP010Param()
391
destParam.slice[1] = destInfo.buffer + destParam.width * destParam.height *
TWO_SLICES
;
in RGBToYuvP010Param()
654
destParam.slice[1] = destInfo.buffer + destInfo.uvOffset *
TWO_SLICES
;
in YuvToP010Param()
660
destParam.slice[1] = destInfo.buffer + static_cast<uint32_t>(dstyStride) * destParam.height *
TWO_SLICES
;
in YuvToP010Param()
768
srcParam.slice[1] = srcParam.buffer + yDInfo.uvOffset *
TWO_SLICES
;
in YuvP010ToYuvParam()
879
srcParam.slice[1] = srcParam.buffer + yuvInfo.uvOffset *
TWO_SLICES
;
in YuvP010ToRGBParam()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
image_format_convert_test.cpp
51
constexpr uint32_t
TWO_SLICES
= 2;
member
195
((destImageInfo.size.width + 1) /
TWO_SLICES
) * ((destImageInfo.size.height + 1) /
TWO_SLICES
) *
TWO_SLICES
);
in RgbConvertToYuv()
396
((destImageInfo.size.width + 1) /
TWO_SLICES
) * ((destImageInfo.size.height + 1) /
TWO_SLICES
) *
TWO_SLICES
);
in RgbConvertToYuvByPixelMap()
438
((destImageInfo.size.width + 1) /
TWO_SLICES
) * ((destImageInfo.size.height + 1) /
TWO_SLICES
)
in RgbConvertToYuvP010ByPixelMap()
439
*
TWO_SLICES
) * TWO_SLICE
in RgbConvertToYuvP010ByPixelMap()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H
A
D
image_yuv_convert_fuzzer.cpp
55
constexpr uint32_t
TWO_SLICES
= 2;
member
512
((srcSize.height + 1) / EVEN_ODD_DIVISOR) *
TWO_SLICES
;
in NV21ToNV12FuzzTest001()
525
((srcSize.height + 1) / EVEN_ODD_DIVISOR) *
TWO_SLICES
;
in NV21ToNV12FuzzTest002()
538
((srcSize.height + 1) / EVEN_ODD_DIVISOR) *
TWO_SLICES
;
in NV12ToNV21FuzzTest001()
551
((srcSize.height + 1) / EVEN_ODD_DIVISOR) *
TWO_SLICES
;
in NV12ToNV21FuzzTest002()
660
((srcSize.height + 1) / EVEN_ODD_DIVISOR) *
TWO_SLICES
) *
TWO_SLICES
;
in NV21ToNV12P010FuzzTest001()
673
((srcSize.height + 1) / EVEN_ODD_DIVISOR) *
TWO_SLICES
) *
TWO_SLICES
;
in NV21ToNV12P010FuzzTest002()
686
((srcSize.height + 1) / EVEN_ODD_DIVISOR) *
TWO_SLICES
;
in NV21ToNV12P010FuzzTest003()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_yuv.cpp
48
static const uint32_t
TWO_SLICES
= 2;
member
859
GetUStride(width) * GetUVHeight(height) *
TWO_SLICES
);
in GetImageSize()
Completed in 14 milliseconds