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:CFT_MPEG_4
(Results
1 - 14
of
14
) sorted by relevance
/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H
A
D
recorder_profiles_unit_test.cpp
46
profile->containerFormatType = ContainerFormatType::
CFT_MPEG_4
;
in HWTEST_F()
63
profile->containerFormatType = ContainerFormatType::
CFT_MPEG_4
;
in HWTEST_F()
126
if ((pVideoRecorderCaps->containerFormatType.compare(ContainerFormatType::
CFT_MPEG_4
) == 0)) {
in CheckVideoRecorderCapsArray()
189
EXPECT_EQ(ContainerFormatType::
CFT_MPEG_4
, videoRecorderProfile->containerFormatType);
in HWTEST_F()
216
EXPECT_NE(ContainerFormatType::
CFT_MPEG_4
, videoRecorderProfile->containerFormatType);
in HWTEST_F()
/foundation/multimedia/media_foundation/interface/inner_api/common/
H
A
D
media_core.h
259
static constexpr std::string_view
CFT_MPEG_4
= "mp4";
member in OHOS::Media::ContainerFormatType
/foundation/multimedia/player_framework/interfaces/kits/c/
H
A
D
native_avscreen_capture_base.h
177
CFT_MPEG_4
= 1
enumerator
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkaudiobitratefile_fuzzer/
H
A
D
screencaptureaudiobitratefile_ndk_fuzzer.cpp
108
recorderInfo.fileFormat = OH_ContainerFormatType::
CFT_MPEG_4
;
in FuzzScreenCaptureAudioBitrateFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkdatatype_fuzzer/
H
A
D
screencapturedatatype_ndk_fuzzer.cpp
113
recorderInfo.fileFormat = OH_ContainerFormatType::
CFT_MPEG_4
;
in FuzzScreenCaptureDataTypeNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkfileformatfile_fuzzer/
H
A
D
screencapturefileformatfile_ndk_fuzzer.cpp
101
CFT_MPEG_4
in FuzzScreenCaptureFileFormatFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkvideocodecfile_fuzzer/
H
A
D
screencapturevideocodecfile_ndk_fuzzer.cpp
119
recorderInfo.fileFormat = OH_ContainerFormatType::
CFT_MPEG_4
;
in FuzzScreenCaptureVideoCodecFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkvideobitratefile_fuzzer/
H
A
D
screencapturevideobitratefile_ndk_fuzzer.cpp
108
recorderInfo.fileFormat = OH_ContainerFormatType::
CFT_MPEG_4
;
in FuzzScreenCaptureVideoBitrateFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkurlfile_fuzzer/
H
A
D
screencaptureurlfile_ndk_fuzzer.cpp
115
recorderInfo.fileFormat = OH_ContainerFormatType::
CFT_MPEG_4
;
in FuzzScreenCaptureUrlFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkaudiocodecformatfile_fuzzer/
H
A
D
screencaptureaudiocodecformatfile_ndk_fuzzer.cpp
114
recorderInfo.fileFormat = OH_ContainerFormatType::
CFT_MPEG_4
;
in FuzzScreenCaptureAudioCodecFormatFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkvideoframeratefile_fuzzer/
H
A
D
screencapturevideoframeratefile_ndk_fuzzer.cpp
108
recorderInfo.fileFormat = OH_ContainerFormatType::
CFT_MPEG_4
;
in FuzzScreenCaptureVideoFramerateFileNdk()
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H
A
D
screen_capture_capi_mock.cpp
127
} else if (config.recorderInfo.fileFormat == ContainerFormatType::
CFT_MPEG_4
) {
in Convert()
128
tempConfig.recorderInfo.fileFormat = OH_ContainerFormatType::
CFT_MPEG_4
;
in Convert()
/foundation/multimedia/player_framework/frameworks/js/media/
H
A
D
media_enum_napi.cpp
299
{ "
CFT_MPEG_4
", ContainerFormatType::
CFT_MPEG_4
},
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H
A
D
native_avscreen_capture.cpp
486
} else if (config.recorderInfo.fileFormat ==
CFT_MPEG_4
) {
in OH_AVScreenCapture_Convert()
487
config_.recorderInfo.fileFormat = ContainerFormatType::
CFT_MPEG_4
;
in OH_AVScreenCapture_Convert()
Completed in 8 milliseconds