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:videoScaleType_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H
A
D
video_sink.h
57
VideoScaleType
videoScaleType_
{VideoScaleType::VIDEO_SCALE_TYPE_FIT};
/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/video_sink/
H
A
D
video_sink_filter.cpp
98
videoScaleType_
= Plugin::AnyCast<Plugin::VideoScaleType>(value);
in SetParameter()
100
(void)plugin_->SetParameter(Tag::VIDEO_SCALE_TYPE,
videoScaleType_
);
in SetParameter()
164
(void)plugin_->SetParameter(Tag::VIDEO_SCALE_TYPE,
videoScaleType_
);
in CreateVideoSinkPlugin()
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/sink/video_sink/
H
A
D
video_sink_filter.h
107
Plugin::VideoScaleType
videoScaleType_
{Plugin::VideoScaleType::VIDEO_SCALE_TYPE_FIT};
/foundation/multimedia/player_framework/interfaces/kits/js/
H
A
D
video_player_napi.h
179
int32_t
videoScaleType_
= 0;
member in OHOS::Media::VideoPlayerNapi
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H
A
D
avplayer_napi.h
373
int32_t
videoScaleType_
= 0;
member in OHOS::Media::AVPlayerNapi
H
A
D
avplayer_napi.cpp
1926
jsPlayer->
videoScaleType_
= videoScaleType;
in JsSetVideoScaleType()
1952
(void)napi_create_int32(env, static_cast<int32_t>(jsPlayer->
videoScaleType_
), &value);
in JsGetVideoScaleType()
1953
MEDIA_LOGI("JsGetVideoScaleType Out Current VideoScale: %{public}d", jsPlayer->
videoScaleType_
);
in JsGetVideoScaleType()
/foundation/multimedia/player_framework/frameworks/js/player/
H
A
D
video_player_napi.cpp
1157
jsPlayer->
videoScaleType_
= videoScaleType;
in SetVideoScaleType()
1187
status = napi_create_int32(env, jsPlayer->
videoScaleType_
, &jsResult);
in GetVideoScaleType()
Completed in 11 milliseconds