Searched defs:src_frame (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 156 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()
|
D | scaler.cc | 50 int Scaler::Scale(const VideoFrame& src_frame, VideoFrame* dst_frame) { in Scale()
|
/external/webrtc/webrtc/voice_engine/ |
D | utility.cc | 24 void RemixAndResample(const AudioFrame& src_frame, in RemixAndResample()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_frame.cc | 43 void DesktopFrame::CopyPixelsFrom(const DesktopFrame& src_frame, in CopyPixelsFrom()
|
/external/webrtc/talk/media/base/ |
D | videoframe_unittest.h | 1465 int (*RGBToI420)(const uint8_t* src_frame, in ConvertToBuffer()
|