Searched refs:MEDIA_MIME_VIDEO_H265 (Results 1 – 10 of 10) sorted by relevance
44 const char* const MEDIA_MIME_VIDEO_H265 = "video/hevc"; variable
53 extern const char* const MEDIA_MIME_VIDEO_H265;
136 if (mime == MEDIA_MIME_VIDEO_H264 || mime == MEDIA_MIME_VIDEO_H265) { in AddHdiCap()218 return MEDIA_MIME_VIDEO_H265; in GetCodecMime()
170 {MEDIA_MIME_VIDEO_H265, static_cast<OMX_VIDEO_CODINGTYPE>(CODEC_OMX_VIDEO_CodingHEVC)}
404 encoderMeta.Set<Plugin::Tag::MIME>(MEDIA_MIME_VIDEO_H265); in SetVideoCodecType()409 mime = MEDIA_MIME_VIDEO_H265; in SetVideoCodecType()
53 capBuilder.SetMime(Media::MEDIA_MIME_VIDEO_H265); in CreateDsoftbusInputPluginDef()
50 capBuilder.SetMime(Media::MEDIA_MIME_VIDEO_H265); in CreateDsoftbusOutputPluginDef()
141 ASSERT_TRUE(CodingTypeHstToHdi(MEDIA_MIME_VIDEO_H265)
157 ASSERT_TRUE(CodingTypeHstToHdi(MEDIA_MIME_VIDEO_H265)
412 std::string mime = MEDIA_MIME_VIDEO_H265; in SetVideoCodecType()