Searched defs:VideoCodec (Results 1 – 1 of 1) sorted by relevance
183 struct VideoCodec { struct184 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate) in VideoCodec() function191 VideoCodec(const VideoCodec& copy) { in VideoCodec() argument199 ~VideoCodec() {} in ~VideoCodec() argument201 video_encoder mCodec;202 int mBitRate;203 int mFrameWidth;204 int mFrameHeight;205 int mFrameRate;