Searched refs:MEDIA_MIME_CONTAINER_MP4 (Results 1 – 4 of 4) sorted by relevance
74 {OutputFormatType::FORMAT_DEFAULT, MEDIA_MIME_CONTAINER_MP4},75 {OutputFormatType::FORMAT_MPEG_4, MEDIA_MIME_CONTAINER_MP4},76 {OutputFormatType::FORMAT_M4A, MEDIA_MIME_CONTAINER_MP4},
47 const char* const MEDIA_MIME_CONTAINER_MP4 = "video/mp4"; variable
57 extern const char* const MEDIA_MIME_CONTAINER_MP4;
57 outCaps.emplace_back(Capability(MEDIA_MIME_CONTAINER_MP4)); in FormatName2Cap()