Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc156 int ConvertNV12ToRGB565(const uint8_t* src_frame, in ConvertNV12ToRGB565()
169 int ConvertRGB24ToARGB(const uint8_t* src_frame, uint8_t* dst_frame, in ConvertRGB24ToARGB()
232 const uint8_t* src_frame, in ConvertToI420()
262 int ConvertFromI420(const VideoFrame& src_frame, in ConvertFromI420()
278 int ConvertFromYV12(const VideoFrame& src_frame, in ConvertFromYV12()
Dscaler.cc50 int Scaler::Scale(const VideoFrame& src_frame, VideoFrame* dst_frame) { in Scale()
/external/webrtc/webrtc/voice_engine/
Dutility.cc24 void RemixAndResample(const AudioFrame& src_frame, in RemixAndResample()
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_frame.cc43 void DesktopFrame::CopyPixelsFrom(const DesktopFrame& src_frame, in CopyPixelsFrom()
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h1465 int (*RGBToI420)(const uint8_t* src_frame, in ConvertToBuffer()