Searched refs:VideoCodec (Results 1 – 3 of 3) sorted by relevance
120 struct VideoCodec { struct132 VideoCodec(video_encoder codec, int bitrate, int frameWidth, int frameHeight, int frameRate,148 VideoCodec(const VideoCodec&) = default; argument150 ~VideoCodec() {} in ~VideoCodec() argument279 std::vector<const VideoCodec *> getVideoCodecs() const;316 std::vector<VideoCodec> mVideoCodecs;501 static void logVideoCodec(const VideoCodec& codec);
260 auto isAdvancedCodec = [](const MediaProfiles::VideoCodec *vc) -> bool { in android_media_MediaProfiles_native_get_camcorder_profiles()266 for (const MediaProfiles::VideoCodec *vc : cp->getVideoCodecs()) { in android_media_MediaProfiles_native_get_camcorder_profiles()
183 MediaProfiles::logVideoCodec(const MediaProfiles::VideoCodec& codec UNUSED) in logVideoCodec()473 VideoCodec videoCodec{ in createVideoCodec()1395 std::vector<const MediaProfiles::VideoCodec *>1397 std::vector<const MediaProfiles::VideoCodec *> res; in getVideoCodecs()1398 for (const MediaProfiles::VideoCodec &vc : mVideoCodecs) { in getVideoCodecs()