Home
last modified time | relevance | path

Searched refs:CFT_MPEG_4A (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dmedia_core.h258 static constexpr std::string_view CFT_MPEG_4A = "m4a"; member in OHOS::Media::ContainerFormatType
/foundation/multimedia/player_framework/interfaces/kits/c/
H A Dnative_avscreen_capture_base.h175 CFT_MPEG_4A = 0, enumerator
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkfileformatfile_fuzzer/
H A Dscreencapturefileformatfile_ndk_fuzzer.cpp100 CFT_MPEG_4A, in FuzzScreenCaptureFileFormatFileNdk()
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H A Dscreen_capture_capi_mock.cpp125 if (config.recorderInfo.fileFormat == ContainerFormatType::CFT_MPEG_4A) { in Convert()
126 tempConfig.recorderInfo.fileFormat = OH_ContainerFormatType::CFT_MPEG_4A; in Convert()
/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H A Drecorder_profiles_unit_test.cpp104 if ((pAudioRecorderCaps->containerFormatType.compare(ContainerFormatType::CFT_MPEG_4A) == 0)) { in CheckAudioRecorderCapsArray()
/foundation/multimedia/player_framework/frameworks/js/media/
H A Dmedia_enum_napi.cpp300 { "CFT_MPEG_4A", ContainerFormatType::CFT_MPEG_4A },
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H A Dnative_avscreen_capture.cpp484 if (config.recorderInfo.fileFormat == CFT_MPEG_4A) { in OH_AVScreenCapture_Convert()
485 config_.recorderInfo.fileFormat = ContainerFormatType::CFT_MPEG_4A; in OH_AVScreenCapture_Convert()

Completed in 6 milliseconds