Searched refs:in_format (Results 1 – 4 of 4) sorted by relevance
58 explicit DepthMapParams(DepthFormat in_format, float in_near, float in_far, in DepthMapParams()60 : format(in_format), in DepthMapParams()
616 xcamsrc->in_format = 0; in gst_xcam_src_init()677 g_value_set_string (value, xcam_fourcc_to_string (src->in_format)); in gst_xcam_src_get_property()767 src->in_format = v4l2_fourcc ((unsigned)fmt[0], in gst_xcam_src_set_property()935 if (xcamsrc->in_format == 0) { in gst_xcam_src_start()937 xcamsrc->in_format = V4L2_PIX_FMT_SGRBG10; in gst_xcam_src_start()939 xcamsrc->in_format = V4L2_PIX_FMT_YUYV; in gst_xcam_src_start()941 xcamsrc->in_format = V4L2_PIX_FMT_NV12; in gst_xcam_src_start()988 xcamsrc->in_format = V4L2_PIX_FMT_SGRBG12; in gst_xcam_src_start()1268 xcamsrc->in_format, in gst_xcam_src_set_caps()
112 uint32_t in_format; member
2066 png_uint_32 in_format, out_format; in transform_from_formats() local2075 in_format = in_image->image.format; in transform_from_formats()2078 if (in_format & PNG_FORMAT_FLAG_LINEAR) in transform_from_formats()2089 result->in_gp = get_pixel(in_format); in transform_from_formats()2093 in_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()2094 in_base = in_format & BASE_FORMATS; in transform_from_formats()2104 in_format, out_format); in transform_from_formats()2110 result->error_ptr = gpc_error_via_linear[in_format][out_format]; in transform_from_formats()2113 else if (~in_format & out_format & PNG_FORMAT_FLAG_COLORMAP) in transform_from_formats()2132 if (in_format & out_format & PNG_FORMAT_FLAG_COLORMAP) in transform_from_formats()[all …]