Home | History | Annotate | Download | only in media

Lines Matching refs:VideoCodec

265 bool ParseGingleVideoCodec(const buzz::XmlElement* element, VideoCodec* out) {
275 *out = VideoCodec(id, name, width, height, framerate, 0);
413 VideoCodec codec;
517 bool ParseJingleVideoCodec(const buzz::XmlElement* elem, VideoCodec* codec) {
530 *codec = VideoCodec(id, name, width, height, framerate, 0);
618 VideoCodec codec;
761 buzz::XmlElement* CreateGingleVideoCodecElem(const VideoCodec& codec) {
926 buzz::XmlElement* CreateJingleVideoCodecElem(const VideoCodec& codec) {