Searched defs:VideoFormats (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.h36 struct VideoFormats { struct in namespace:android
37 VideoFormats();
103 const VideoFormats &sinkSupported,
104 const VideoFormats &sourceSupported,
119 DISALLOW_EVIL_CONSTRUCTORS(VideoFormats);
H A DVideoFormats.cpp18 #define LOG_TAG "VideoFormats"
21 #include "VideoFormats.h"
28 const VideoFormats::config_t VideoFormats::mResolutionTable[][32] = {
136 VideoFormats::VideoFormats() { function in class:android::VideoFormats
146 void VideoFormats::setNativeResolution(ResolutionType type, size_t index) {
156 void VideoFormats::getNativeResolution(
162 void VideoFormats::disableAll() {
171 void VideoFormats
[all...]

Completed in 166 milliseconds