Searched defs:VideoSize (Results 1 – 2 of 2) sorted by relevance
47 VideoSize::VideoSize(int32_t width, int32_t height) : mWidth(width), mHeight(height) {} in VideoSize() function in android::VideoSize49 VideoSize::VideoSize() : mWidth(0), mHeight(0) {} in VideoSize() function in android::VideoSize
267 struct VideoSize { struct343 // This is used for the std::map<VideoSize> in VideoCapabilities argument