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:encFmt
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/player_framework/services/services/engine_intf/
H
A
D
transcoder_param.h
58
explicit VideoEnc(VideoCodecFormat fmt) : TransCoderParam(TransCoderPublicParamType::VIDEO_ENC_FMT),
encFmt
(fmt) {}
in VideoEnc()
59
VideoCodecFormat
encFmt
;
member
75
explicit AudioEnc(AudioCodecFormat fmt) : TransCoderParam(TransCoderPublicParamType::AUDIO_ENC_FMT),
encFmt
(fmt) {}
in AudioEnc()
76
AudioCodecFormat
encFmt
;
member
H
A
D
recorder_param.h
100
explicit VidEnc(VideoCodecFormat fmt) : RecorderParam(RecorderPublicParamType::VID_ENC_FMT),
encFmt
(fmt) {}
in VidEnc()
101
VideoCodecFormat
encFmt
;
member
137
explicit AudEnc(AudioCodecFormat fmt) : RecorderParam(RecorderPublicParamType::AUD_ENC_FMT),
encFmt
(fmt) {}
in AudEnc()
138
AudioCodecFormat
encFmt
;
member
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H
A
D
hitranscoder_impl.cpp
441
MEDIA_LOG_I("HiTransCoderImpl::Configure videoEnc %{public}d", videoEnc.
encFmt
);
in ConfigureVideoEncoderFormat()
442
switch (videoEnc.
encFmt
) {
in ConfigureVideoEncoderFormat()
525
MEDIA_LOG_I("HiTransCoderImpl::Configure audioEnc %{public}d", audioEnc.
encFmt
);
in Configure()
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H
A
D
hirecorder_impl.cpp
544
if (!TransAudioEncoderFmt(ptr->
encFmt
, *encoderMeta)) {
in DoConfigureAudio()
594
FALSE_RETURN_V(TransVideoEncoderFmt(ptr->
encFmt
, *encoderMeta),
in DoConfigureVideo()
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H
A
D
hirecorder_impl.cpp
642
switch (audEnc.
encFmt
) {
in ConfigureAudio()
758
switch (vidEnc.
encFmt
) {
in ConfigureVideoEncoderFormat()
Completed in 9 milliseconds