Searched refs:color_depth (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | flashsv.c | 69 int color_depth; member 244 if (!s->color_depth) { in flashsv_decode_block() 383 s->color_depth = 0; in flashsv_decode_frame() 396 s->color_depth = get_bits(&gb, 2); in flashsv_decode_frame() 401 if (s->color_depth != 0 && s->color_depth != 2) { in flashsv_decode_frame() 404 i, j, s->color_depth); in flashsv_decode_frame()
|
/third_party/backends/backend/ |
H A D | hp5590_cmds.c | 1440 hp5590_calc_pixel_bits (unsigned int dpi, enum color_depths color_depth, in hp5590_calc_pixel_bits() argument 1455 if (color_depth == DEPTH_COLOR_48) in hp5590_calc_pixel_bits() 1461 if (color_depth == DEPTH_COLOR_24) in hp5590_calc_pixel_bits() 1467 if (color_depth == DEPTH_GRAY) in hp5590_calc_pixel_bits() 1473 if (color_depth == DEPTH_BW) in hp5590_calc_pixel_bits() 1493 unsigned int dpi, enum color_depths color_depth, in hp5590_set_scan_area() 1559 ret = hp5590_calc_pixel_bits (dpi, color_depth, &pixel_bits); in hp5590_set_scan_area() 1568 if (color_depth == DEPTH_BW || color_depth == DEPTH_GRAY) in hp5590_set_scan_area() 1716 unsigned int dpi, enum color_depths color_depth, in hp5590_set_scan_params() 1488 hp5590_set_scan_area(SANE_Int dn, enum proto_flags proto_flags, struct scanner_info *scanner_info, unsigned int top_x, unsigned int top_y, unsigned int width, unsigned int height, unsigned int dpi, enum color_depths color_depth, enum scan_modes scan_mode, enum scan_sources scan_source) hp5590_set_scan_area() argument 1711 hp5590_set_scan_params(SANE_Int dn, enum proto_flags proto_flags, struct scanner_info * scanner_info, unsigned int top_x, unsigned int top_y, unsigned int width, unsigned int height, unsigned int dpi, enum color_depths color_depth, enum scan_modes scan_mode, enum scan_sources scan_source) hp5590_set_scan_params() argument [all...] |
H A D | hp5590_cmds.h | 177 enum color_depths color_depth, 198 enum color_depths color_depth,
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_winsys.h | 73 uint32_t color_depth; member
|
H A D | vl_winsys_dri3.c | 832 scrn->base.color_depth = geom_reply->depth; in vl_dri3_screen_create()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | output.c | 83 vlsurface->send_to_X = dev->vscreen->color_depth == 24 && in vlVdpOutputSurfaceCreate()
|
Completed in 7 milliseconds