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:srcRowStride
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H
A
D
memcpy_helper.cpp
42
uint32_t
srcRowStride
= srcInfo.rowStride_;
in CopyData()
local
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H
A
D
cpu_brightness_algo.cpp
79
uint32_t
srcRowStride
= src->bufferInfo_->rowStride_;
in OnApplyRGBA8888()
local
/foundation/multimedia/image_effect/frameworks/native/utils/format/
H
A
D
format_helper.cpp
179
uint32_t
srcRowStride
= srcBuffInfo.rowStride_;
in ConvertRGBAToNV12()
local
210
uint32_t
srcRowStride
= srcBuffInfo.rowStride_;
in ConvertRGBAToNV21()
local
240
uint32_t
srcRowStride
= srcBuffInfo.rowStride_;
in ConvertNV12ToRGBA()
local
271
uint32_t
srcRowStride
= srcBuffInfo.rowStride_;
ConvertNV21ToRGBA()
local
[all...]
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H
A
D
cpu_contrast_algo.cpp
69
uint32_t
srcRowStride
= src->bufferInfo_->rowStride_;
in OnApplyRGBA8888()
local
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H
A
D
crop_efilter.cpp
99
uint32_t
srcRowStride
= src->bufferInfo_->rowStride_;
in Crop()
local
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
pixel_map.h
61
int32_t
srcRowStride
= 0;
member
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H
A
D
pixelmap_native.cpp
66
int32_t
srcRowStride
= 0;
member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H
A
D
post_proc.cpp
232
int32_t
srcRowStride
= pixelMap.GetAllocatorType() == AllocatorType::DMA_ALLOC ? pixelMap.GetRowStride() : 0;
in CenterDisplay()
local
916
int
srcRowStride
[FFMPEG_NUM] = {};
in ScalePixelMapEx()
local
194
CopyPixels(PixelMap& pixelMap, uint8_t* dstPixels, const Size& dstSize, const int32_t srcWidth, const int32_t srcHeight, int32_t
srcRowStride
, int32_t targetRowStride)
CopyPixels()
argument
[all...]
Completed in 9 milliseconds