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:FORMAT_BUTT
(Results
1 - 13
of
13
) sorted by relevance
/foundation/multimedia/media_utils_lite/interfaces/kits/
H
A
D
media_info.h
198
FORMAT_BUTT
,
enumerator
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H
A
D
recorder_source.h
64
AudioCodecFormat audioFormat =
FORMAT_BUTT
;
/foundation/multimedia/player_framework/services/services/transcoder/server/
H
A
D
transcoder_server.h
89
OutputFormatType format =
FORMAT_BUTT
;
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H
A
D
hirecorder_impl.h
102
OutputFormatType outputFormatType_ {OutputFormatType::
FORMAT_BUTT
};
H
A
D
hirecorder_impl.cpp
143
FALSE_RETURN_V(format != OutputFormatType::
FORMAT_BUTT
, TransErrorCode(ErrorCode::ERROR_INVALID_OPERATION));
165
FALSE_RETURN_V(outputFormatType_ != OutputFormatType::
FORMAT_BUTT
,
in Configure()
246
outputFormatType_ = OutputFormatType::
FORMAT_BUTT
;
in Stop()
/foundation/multimedia/audio_lite/services/impl/audio_source/
H
A
D
audio_source.cpp
98
audioFormat >=
FORMAT_BUTT
) {
in GetMinFrameCount()
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H
A
D
hitranscoder_impl.h
146
OutputFormatType outputFormatType_{OutputFormatType::
FORMAT_BUTT
};
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H
A
D
hirecorder_impl.h
137
OutputFormatType outputFormatType_{OutputFormatType::
FORMAT_BUTT
};
H
A
D
hirecorder_impl.cpp
255
FALSE_RETURN_V(outputFormatType_ != OutputFormatType::
FORMAT_BUTT
,
in Configure()
441
outputFormatType_ = OutputFormatType::
FORMAT_BUTT
;
in Stop()
/foundation/multimedia/player_framework/services/services/recorder/server/
H
A
D
recorder_server.h
164
OutputFormatType format =
FORMAT_BUTT
;
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H
A
D
recorder.h
132
FORMAT_BUTT
,
/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
H
A
D
recorder_unit_test.cpp
590
* @tc.desc: record with videoFormat
FORMAT_BUTT
599
videoRecorderConfig.outPutFormat =
FORMAT_BUTT
;
in HWTEST_F()
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H
A
D
recorder_impl.cpp
455
if (encoder >=
FORMAT_BUTT
|| encoder <= AUDIO_DEFAULT) {
in SetAudioEncoder()
Completed in 12 milliseconds