Home
last modified time | relevance | path

Searched defs:VideoSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
DCodecCapabilitiesUtils.cpp47 VideoSize::VideoSize(int32_t width, int32_t height) : mWidth(width), mHeight(height) {} in VideoSize() function in android::VideoSize
49 VideoSize::VideoSize() : mWidth(0), mHeight(0) {} in VideoSize() function in android::VideoSize
/frameworks/av/media/libmedia/include/media/
DCodecCapabilitiesUtils.h267 struct VideoSize { struct
343 // This is used for the std::map<VideoSize> in VideoCapabilities argument