Home
last modified time | relevance | path

Searched refs:MEDIA_MIME_CONTAINER_MP4 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.h74 {OutputFormatType::FORMAT_DEFAULT, MEDIA_MIME_CONTAINER_MP4},
75 {OutputFormatType::FORMAT_MPEG_4, MEDIA_MIME_CONTAINER_MP4},
76 {OutputFormatType::FORMAT_M4A, MEDIA_MIME_CONTAINER_MP4},
/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/utils/
H A Dconstants.cpp47 const char* const MEDIA_MIME_CONTAINER_MP4 = "video/mp4"; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dconstants.h57 extern const char* const MEDIA_MIME_CONTAINER_MP4;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Dffmpeg_codec_map.cpp57 outCaps.emplace_back(Capability(MEDIA_MIME_CONTAINER_MP4)); in FormatName2Cap()