Home
last modified time | relevance | path

Searched refs:out_base (Results 1 – 2 of 2) sorted by relevance

/external/libpng/contrib/libtests/
Dpngstest.c2068 png_uint_32 in_base, out_base; in transform_from_formats() local
2097 out_base = out_format & BASE_FORMATS; in transform_from_formats()
2109 result->transform = gpc_fn[in_base][out_base | PNG_FORMAT_FLAG_LINEAR]; in transform_from_formats()
2110 result->from_linear = gpc_fn[out_base | PNG_FORMAT_FLAG_LINEAR][out_base]; in transform_from_formats()
2120 result->transform = gpc_fn[in_base][out_base]; in transform_from_formats()
2122 result->error_ptr = gpc_error_to_colormap[in_base][out_base]; in transform_from_formats()
2134 result->transform = gpc_fn_colormapped[in_base][out_base]; in transform_from_formats()
2136 result->transform = gpc_fn[in_base][out_base]; in transform_from_formats()
/external/webrtc/webrtc/video/
Dreplay.cc121 DEFINE_string(out_base, "", "Basename (excluding .yuv) for raw output");