Home
last modified time | relevance | path

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 Drecorder_profiles_unit_test.cpp46 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 Dmedia_core.h259 static constexpr std::string_view CFT_MPEG_4 = "mp4"; member in OHOS::Media::ContainerFormatType
/foundation/multimedia/player_framework/interfaces/kits/c/
H A Dnative_avscreen_capture_base.h177 CFT_MPEG_4 = 1 enumerator
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkaudiobitratefile_fuzzer/
H A Dscreencaptureaudiobitratefile_ndk_fuzzer.cpp108 recorderInfo.fileFormat = OH_ContainerFormatType::CFT_MPEG_4; in FuzzScreenCaptureAudioBitrateFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkdatatype_fuzzer/
H A Dscreencapturedatatype_ndk_fuzzer.cpp113 recorderInfo.fileFormat = OH_ContainerFormatType::CFT_MPEG_4; in FuzzScreenCaptureDataTypeNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkfileformatfile_fuzzer/
H A Dscreencapturefileformatfile_ndk_fuzzer.cpp101 CFT_MPEG_4 in FuzzScreenCaptureFileFormatFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkvideocodecfile_fuzzer/
H A Dscreencapturevideocodecfile_ndk_fuzzer.cpp119 recorderInfo.fileFormat = OH_ContainerFormatType::CFT_MPEG_4; in FuzzScreenCaptureVideoCodecFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkvideobitratefile_fuzzer/
H A Dscreencapturevideobitratefile_ndk_fuzzer.cpp108 recorderInfo.fileFormat = OH_ContainerFormatType::CFT_MPEG_4; in FuzzScreenCaptureVideoBitrateFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkurlfile_fuzzer/
H A Dscreencaptureurlfile_ndk_fuzzer.cpp115 recorderInfo.fileFormat = OH_ContainerFormatType::CFT_MPEG_4; in FuzzScreenCaptureUrlFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkaudiocodecformatfile_fuzzer/
H A Dscreencaptureaudiocodecformatfile_ndk_fuzzer.cpp114 recorderInfo.fileFormat = OH_ContainerFormatType::CFT_MPEG_4; in FuzzScreenCaptureAudioCodecFormatFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkvideoframeratefile_fuzzer/
H A Dscreencapturevideoframeratefile_ndk_fuzzer.cpp108 recorderInfo.fileFormat = OH_ContainerFormatType::CFT_MPEG_4; in FuzzScreenCaptureVideoFramerateFileNdk()
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H A Dscreen_capture_capi_mock.cpp127 } 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 Dmedia_enum_napi.cpp299 { "CFT_MPEG_4", ContainerFormatType::CFT_MPEG_4 },
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H A Dnative_avscreen_capture.cpp486 } 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