Home
last modified time | relevance | path

Searched refs:SetVideoFormat (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_decoder.cc113 SetVideoFormat(nullptr); in ~H264VideoToolboxDecoder()
140 SetVideoFormat(description); in Decode()
250 void H264VideoToolboxDecoder::SetVideoFormat( in SetVideoFormat() function in webrtc::H264VideoToolboxDecoder
Dh264_video_toolbox_decoder.h54 void SetVideoFormat(CMVideoFormatDescriptionRef video_format);
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.h261 bool SetVideoFormat(const VideoFormat& format);
Dwebrtcvideoengine2.cc900 return send_streams_[ssrc]->SetVideoFormat(format); in SetSendStreamFormat()
1748 bool WebRtcVideoChannel2::WebRtcVideoSendStream::SetVideoFormat( in SetVideoFormat() function in cricket::WebRtcVideoChannel2::WebRtcVideoSendStream