Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/video/
H A Drecordable_encoded_frame.h28 struct EncodedResolution { struct
29 bool empty() const { return width == 0 && height == 0; } in empty()
53 virtual EncodedResolution resolution() const = 0; argument