Searched refs:VideoDecoderCap (Results 1 – 3 of 3) sorted by relevance
322 struct VideoDecoderCap { struct323 VideoDecoderCap(video_decoder codec): mCodec(codec) {} in VideoDecoderCap() argument324 ~VideoDecoderCap() {} in ~VideoDecoderCap() argument355 static void logVideoDecoderCap(const VideoDecoderCap& cap);369 static VideoDecoderCap* createVideoDecoderCap(const char **atts);454 Vector<VideoDecoderCap*> mVideoDecoders;
83 method public java.util.List<media.profiles.VideoDecoderCap> getVideoDecoderCap();107 public class VideoDecoderCap {108 ctor public VideoDecoderCap();
205 MediaProfiles::logVideoDecoderCap(const MediaProfiles::VideoDecoderCap& cap UNUSED) in logVideoDecoderCap()293 /*static*/ MediaProfiles::VideoDecoderCap*303 MediaProfiles::VideoDecoderCap *cap = in createVideoDecoderCap()304 new MediaProfiles::VideoDecoderCap(static_cast<video_decoder>(codec)); in createVideoDecoderCap()854 MediaProfiles::VideoDecoderCap *cap = in createDefaultVideoDecoders()855 new MediaProfiles::VideoDecoderCap(VIDEO_DECODER_WMV); in createDefaultVideoDecoders()