Home
last modified time | relevance | path

Searched refs:src_stride_frame (Results 1 – 6 of 6) sorted by relevance

/external/libyuv/files/include/libyuv/
Dconvert_argb.h131 int BGRAToARGB(const uint8* src_frame, int src_stride_frame,
137 int ABGRToARGB(const uint8* src_frame, int src_stride_frame,
143 int RGBAToARGB(const uint8* src_frame, int src_stride_frame,
152 int RGB24ToARGB(const uint8* src_frame, int src_stride_frame,
158 int RAWToARGB(const uint8* src_frame, int src_stride_frame,
164 int RGB565ToARGB(const uint8* src_frame, int src_stride_frame,
170 int ARGB1555ToARGB(const uint8* src_frame, int src_stride_frame,
176 int ARGB4444ToARGB(const uint8* src_frame, int src_stride_frame,
Dconvert.h128 int ARGBToI420(const uint8* src_frame, int src_stride_frame,
136 int BGRAToI420(const uint8* src_frame, int src_stride_frame,
144 int ABGRToI420(const uint8* src_frame, int src_stride_frame,
152 int RGBAToI420(const uint8* src_frame, int src_stride_frame,
160 int RGB24ToI420(const uint8* src_frame, int src_stride_frame,
168 int RAWToI420(const uint8* src_frame, int src_stride_frame,
176 int RGB565ToI420(const uint8* src_frame, int src_stride_frame,
184 int ARGB1555ToI420(const uint8* src_frame, int src_stride_frame,
192 int ARGB4444ToI420(const uint8* src_frame, int src_stride_frame,
Dplanar_functions.h98 int ARGBToRGBA(const uint8* src_frame, int src_stride_frame,
140 int ARGBToI422(const uint8* src_frame, int src_stride_frame,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_argb.h136 int BGRAToARGB(const uint8* src_frame, int src_stride_frame,
142 int ABGRToARGB(const uint8* src_frame, int src_stride_frame,
148 int RGBAToARGB(const uint8* src_frame, int src_stride_frame,
157 int RGB24ToARGB(const uint8* src_frame, int src_stride_frame,
163 int RAWToARGB(const uint8* src_frame, int src_stride_frame,
169 int RGB565ToARGB(const uint8* src_frame, int src_stride_frame,
175 int ARGB1555ToARGB(const uint8* src_frame, int src_stride_frame,
181 int ARGB4444ToARGB(const uint8* src_frame, int src_stride_frame,
Dconvert.h120 int ARGBToI420(const uint8* src_frame, int src_stride_frame,
128 int BGRAToI420(const uint8* src_frame, int src_stride_frame,
136 int ABGRToI420(const uint8* src_frame, int src_stride_frame,
144 int RGBAToI420(const uint8* src_frame, int src_stride_frame,
152 int RGB24ToI420(const uint8* src_frame, int src_stride_frame,
160 int RAWToI420(const uint8* src_frame, int src_stride_frame,
168 int RGB565ToI420(const uint8* src_frame, int src_stride_frame,
176 int ARGB1555ToI420(const uint8* src_frame, int src_stride_frame,
184 int ARGB4444ToI420(const uint8* src_frame, int src_stride_frame,
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h1466 int src_stride_frame, in ConvertToBuffer() argument