Home | History | Annotate | Download | only in phone

Lines Matching refs:framerate

464   int framerate = GetXmlAttr(element, QN_FRAMERATE, 0);
466 *out = VideoCodec(id, name, width, height, framerate, 0);
679 int framerate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_FRAMERATE, 0);
681 *codec = VideoCodec(id, name, width, height, framerate, 0);
782 AddXmlAttr(payload_type, QN_FRAMERATE, codec.framerate);
937 PAYLOADTYPE_PARAMETER_FRAMERATE, codec.framerate));