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:lineSize
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/audio/
H
A
D
audio_resample.cpp
73
size_t
lineSize
= srcLength / resamplePara_.channels;
in Convert()
local
/foundation/multimedia/media_foundation/engine/plugin/convert/
H
A
D
ffmpeg_convert.cpp
85
size_t
lineSize
= srcLength / resamplePara_.channels;
in Convert()
local
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H
A
D
ffmpeg_convert.cpp
121
size_t
lineSize
= srcLength / resamplePara_.channels;
in Convert()
local
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H
A
D
video_file_capture_plugin.cpp
229
size_t
lineSize
= AlignUp(width_, DEFAULT_STRIDE_ALIGN);
in SetVideoBufferMeta()
local
H
A
D
video_capture_plugin.cpp
278
size_t
lineSize
= AlignUp(width_, DEFAULT_STRIDE_ALIGN);
in SetVideoBufferMeta()
local
/foundation/window/window_manager_lite/services/wms/
H
A
D
lite_win.cpp
164
int32_t
lineSize
= static_cast<int32_t>(x2 - x1 + 1) * sizeof(LayerColorType);
in FlushWithModeCopy()
local
H
A
D
lite_wm.cpp
712
int32_t
lineSize
= 0;
in Screenshot()
local
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/
H
A
D
sdl_video_sink_plugin.cpp
367
int32_t
lineSize
[4] = {0}; // 4
in VideoImageDisaplay()
local
415
int32_t SdlVideoSinkPlugin::UpdateNVTexture(const uint8_t** data, int32_t*
lineSize
,
in 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/media_foundation/services/media_monitor/server/src/
H
A
D
media_audio_encoder.cpp
117
size_t
lineSize
= size / resamplePara_.channels;
in Convert()
local
Completed in 6 milliseconds