Home
last modified time | relevance | path

Searched refs:parms (Results 1 - 22 of 22) sorted by relevance

/third_party/alsa-utils/iecset/
H A Diecset.c107 static void parse_command(int *parms, const char *c, const char *arg) in parse_command() argument
126 parms[cmds[i].idx] = val; in parse_command()
143 static void parse_file(int *parms, FILE *fp) in parse_file() argument
158 parse_command(parms, cmd, arg); in parse_file()
165 static int update_iec958_status(snd_aes_iec958_t *iec958, int *parms) in update_iec958_status() argument
168 if (parms[IDX_PRO] >= 0) { in update_iec958_status()
169 if (parms[IDX_PRO]) in update_iec958_status()
175 if (parms[IDX_NOAUDIO] >= 0) { in update_iec958_status()
176 if (parms[IDX_NOAUDIO]) in update_iec958_status()
182 if (parms[IDX_RAT in update_iec958_status()
326 int parms[IDX_LAST]; main() local
[all...]
/third_party/backends/backend/
H A Ddc210.c254 static SANE_Parameters parms = { variable
772 parms.bytes_per_line = 0; in sane_init()
773 parms.pixels_per_line = 0; in sane_init()
774 parms.lines = 0; in sane_init()
781 parms.bytes_per_line = 640 * 3; in sane_init()
782 parms.pixels_per_line = 640; in sane_init()
783 parms.lines = 480; in sane_init()
787 parms.bytes_per_line = 1152 * 3; in sane_init()
788 parms.pixels_per_line = 1152; in sane_init()
789 parms in sane_init()
[all...]
H A Dpnm.c493 static SANE_Parameters parms = { variable
1024 parms.depth = 8; in getparmfromfile()
1025 parms.bytes_per_line = parms.pixels_per_line = parms.lines = 0; in getparmfromfile()
1039 parms.depth = 1; in getparmfromfile()
1045 parms.depth = 8; in getparmfromfile()
1051 parms.depth = 8; in getparmfromfile()
1067 parms.last_frame = SANE_TRUE; in getparmfromfile()
1068 parms in getparmfromfile()
[all...]
H A Dv4l.c112 static SANE_Parameters parms = { variable
223 parms.lines = s->window.height; in update_parameters()
224 parms.pixels_per_line = s->window.width; in update_parameters()
230 parms.format = SANE_FRAME_GRAY; in update_parameters()
231 parms.depth = 8; in update_parameters()
232 parms.bytes_per_line = s->window.width; in update_parameters()
237 parms.format = SANE_FRAME_RGB; in update_parameters()
238 parms.depth = 8; in update_parameters()
239 parms.bytes_per_line = s->window.width * 3; in update_parameters()
244 parms in update_parameters()
[all...]
H A Ddc25.c329 static SANE_Parameters parms = { variable
2091 parms.format = in sane_control_option()
2093 parms.bytes_per_line = 80 * 3; in sane_control_option()
2094 parms.pixels_per_line = 80; in sane_control_option()
2095 parms.lines = 60; in sane_control_option()
2099 parms.format = SANE_FRAME_RGB; in sane_control_option()
2102 parms.bytes_per_line = 320 * 3; in sane_control_option()
2103 parms.pixels_per_line = 320; in sane_control_option()
2104 parms.lines = 243; in sane_control_option()
2108 parms in sane_control_option()
[all...]
H A Ddc240.c288 static SANE_Parameters parms = { variable
916 parms.bytes_per_line = 0; in sane_init()
917 parms.pixels_per_line = 0; in sane_init()
918 parms.lines = 0; in sane_init()
1271 parms.pixels_per_line, parms.lines); in sane_get_parameters()
1276 parms.last_frame = SANE_TRUE; /* Have no idea what this does */ in sane_get_parameters()
1277 *params = parms; in sane_get_parameters()
1398 if (parms.pixels_per_line != 160 || in sane_start()
1399 parms in sane_start()
[all...]
H A Dgphoto2.c304 static SANE_Parameters parms = { variable
872 parms.bytes_per_line = 0; in sane_init()
873 parms.pixels_per_line = 0; in sane_init()
874 parms.lines = 0; in sane_init()
1303 parms.pixels_per_line, parms.lines); in sane_get_parameters()
1308 parms.last_frame = SANE_TRUE; /* Have no idea what this does */ in sane_get_parameters()
1309 *params = parms; in sane_get_parameters()
1460 * size. parms.bytes_per_line is set by converter_init() in sane_start()
1464 linebuffer = malloc (parms in sane_start()
[all...]
H A Dcanon630u.c89 static SANE_Parameters parms = { variable
951 parms.depth = 8; in sane_get_parameters()
952 parms.last_frame = SANE_TRUE; in sane_get_parameters()
953 parms.pixels_per_line = w; in sane_get_parameters()
954 parms.lines = h; in sane_get_parameters()
959 parms.format = SANE_FRAME_GRAY; in sane_get_parameters()
960 parms.bytes_per_line = w; in sane_get_parameters()
965 parms.format = SANE_FRAME_RGB; in sane_get_parameters()
966 parms.bytes_per_line = w * 3; in sane_get_parameters()
968 *params = parms; in sane_get_parameters()
[all...]
H A Dumax1220u.c91 static SANE_Parameters parms = { variable
818 parms.depth = 8; in sane_get_parameters()
819 parms.last_frame = SANE_TRUE; in sane_get_parameters()
820 parms.pixels_per_line = w; in sane_get_parameters()
821 parms.lines = h; in sane_get_parameters()
825 parms.format = SANE_FRAME_GRAY; in sane_get_parameters()
826 parms.bytes_per_line = w; in sane_get_parameters()
830 parms.format = SANE_FRAME_RGB; in sane_get_parameters()
831 parms.bytes_per_line = w * 3; in sane_get_parameters()
833 *params = parms; in sane_get_parameters()
[all...]
H A Dhpsj5s.c132 static SANE_Parameters parms; variable
425 parms.depth = /*wCurrentDepth */ 8; in sane_get_parameters()
426 parms.format = /*wCurrentFormat */ SANE_FRAME_GRAY; in sane_get_parameters()
427 parms.last_frame = SANE_TRUE; /*For grayscale... */ in sane_get_parameters()
428 parms.lines = -1; /*Unknown a priory */ in sane_get_parameters()
429 parms.pixels_per_line = LengthForRes (wResolution, wWidth); /*For grayscale... */ in sane_get_parameters()
430 parms.bytes_per_line = parms.pixels_per_line; /*For grayscale... */ in sane_get_parameters()
431 *params = parms; in sane_get_parameters()
H A Dstubs.c44 sane_get_parameters (SANE_Handle h, SANE_Parameters *parms) in sane_get_parameters() argument
46 return ENTRY(get_parameters) (h, parms); in sane_get_parameters()
/third_party/backends/japi/
H A DScanIt.java67 private SaneParameters parms = new SaneParameters(); field in ScanIt
215 switch (parms.format) in process()
221 int cindex = 2 - (parms.format - SaneParameters.FRAME_RED); in process()
295 status = sane.getParameters(handle, parms); in scan()
305 width = parms.pixelsPerLine; in scan()
306 if (parms.lines >= 0) in scan()
307 height = parms.lines - STRIP_HEIGHT + 1; in scan()
330 while (!parms.lastFrame); in scan()
359 switch (parms.format) in write()
/third_party/ffmpeg/libavcodec/
H A Dsipr.c191 * @param parms parameters structure
194 static void decode_parameters(SiprParameters* parms, GetBitContext *pgb, in decode_parameters() argument
200 parms->ma_pred_switch = get_bits(pgb, p->ma_predictor_bits); in decode_parameters()
203 parms->vq_indexes[i] = get_bits(pgb, p->vq_indexes_bits[i]); in decode_parameters()
206 parms->pitch_delay[i] = get_bits(pgb, p->pitch_delay_bits[i]); in decode_parameters()
208 parms->gp_index[i] = get_bits(pgb, p->gp_index_bits); in decode_parameters()
211 parms->fc_indexes[i][j] = get_bits(pgb, p->fc_index_bits[j]); in decode_parameters()
213 parms->gc_index[i] = get_bits(pgb, p->gc_index_bits); in decode_parameters()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp501 inline deUint32 getArraySize(const ImageParms& parms) in getArraySize() argument
503 return (parms.imageType != VK_IMAGE_TYPE_3D) ? parms.extent.depth : 1u; in getArraySize()
506 inline VkImageCreateFlags getCreateFlags(const ImageParms& parms) in getCreateFlags() argument
508 if (parms.createFlags == VK_IMAGE_CREATE_FLAG_BITS_MAX_ENUM) in getCreateFlags()
509 return parms.imageType == VK_IMAGE_TYPE_2D && parms.extent.depth % 6 == 0 ? VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT : 0; in getCreateFlags()
511 return parms.createFlags; in getCreateFlags()
514 inline VkExtent3D getExtent3D(const ImageParms& parms, deUint32 mipLevel = 0u) in getExtent3D() argument
516 const bool isCompressed = isCompressedFormat(parms in getExtent3D()
752 uploadImageAspect(const tcu::ConstPixelBufferAccess& imageAccess, const VkImage& image, const ImageParms& parms, const deUint32 mipLevels) uploadImageAspect() argument
893 uploadImage(const tcu::ConstPixelBufferAccess& src, VkImage dst, const ImageParms& parms, const deUint32 mipLevels) uploadImage() argument
1088 readImage(vk::VkImage image, const ImageParms& parms, const deUint32 mipLevel) readImage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp419 inline deUint32 getArraySize(const ImageParms& parms) in getArraySize() argument
421 return (parms.imageType != VK_IMAGE_TYPE_3D) ? parms.extent.depth : 1u; in getArraySize()
424 inline VkImageCreateFlags getCreateFlags(const ImageParms& parms) in getCreateFlags() argument
426 if (parms.createFlags == VK_IMAGE_CREATE_FLAG_BITS_MAX_ENUM) in getCreateFlags()
427 return parms.imageType == VK_IMAGE_TYPE_2D && parms.extent.depth % 6 == 0 ? VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT : 0; in getCreateFlags()
429 return parms.createFlags; in getCreateFlags()
432 inline VkExtent3D getExtent3D(const ImageParms& parms, deUint32 mipLevel = 0u) in getExtent3D() argument
434 const bool isCompressed = isCompressedFormat(parms in getExtent3D()
660 uploadImageAspect(const tcu::ConstPixelBufferAccess& imageAccess, const VkImage& image, const ImageParms& parms, const deUint32 mipLevels) uploadImageAspect() argument
801 uploadImage(const tcu::ConstPixelBufferAccess& src, VkImage dst, const ImageParms& parms, const deUint32 mipLevels) uploadImage() argument
996 readImage(vk::VkImage image, const ImageParms& parms, const deUint32 mipLevel) readImage() argument
4463 uploadCompressedImage(const VkImage& image, const ImageParms& parms) uploadCompressedImage() argument
[all...]
/third_party/libabigail/src/
H A Dabg-ir-priv.h1318 priv(const parameters& parms, in priv()
1320 : parms_(parms), in priv()
H A Dabg-reader.cc3369 std::vector<function_decl::parameter_sptr> parms; in build_function_decl() local
3380 parms.push_back(p); in build_function_decl()
3395 parms, /*is_const=*/false, in build_function_decl()
3398 parms, size, align)); in build_function_decl()
4029 std::vector<shared_ptr<function_decl::parameter> > parms; in build_function_type() local
4046 parms, size, align)); in build_function_type()
4060 parms.push_back(p); in build_function_type()
4074 fn_type->set_parameters(parms); in build_function_type()
H A Dabg-ir.cc13832 function_type::parameters parms; in synthesize_function_type_from_translation_unit()
13850 parms.push_back(parm); in synthesize_function_type_from_translation_unit()
13867 parms, in synthesize_function_type_from_translation_unit()
13873 parms, in synthesize_function_type_from_translation_unit()
19292 /// @param parms the list of parameters of the function type.
19306 const parameters& parms, in function_type()
19312 priv_(new priv(parms, return_type)) in function_type()
20365 /// @param parms the vector of parameters to append.
20367 function_decl::append_parameters(std::vector<shared_ptr<parameter> >& parms) in append_parameters() argument
20369 for (std::vector<shared_ptr<parameter> >::const_iterator i = parms in append_parameters()
19305 function_type(type_base_sptr return_type, const parameters& parms, size_t size_in_bits, size_t alignment_in_bits) function_type() argument
26240 const function_decl::parameters &parms = fn->get_type()->get_parameters(); get_function_parameter() local
[all...]
/third_party/NuttX/include/nuttx/
H A Dscsi.h336 #define SCSI_KCQUA_LOGSELECTPARMSCHANGED 0x062a02 /* Unit Attention - log select parms changed */
732 uint8_t parms[1]; /* 2-n: Mode parameters */ member
740 uint8_t parms[1]; /* 4-n: Mode parameters */ member
/third_party/node/deps/openssl/openssl/apps/
H A Dca.c2004 LHASH_OF(CONF_VALUE) *parms = NULL; in certify_spkac()
2021 parms = CONF_load(NULL, infile, &errline); in certify_spkac()
2022 if (parms == NULL) { in certify_spkac()
2027 sk = CONF_get_section(parms, "default"); in certify_spkac()
2117 CONF_free(parms); in certify_spkac()
/third_party/openssl/apps/
H A Dca.c1984 LHASH_OF(CONF_VALUE) *parms = NULL; in certify_spkac()
2001 parms = CONF_load(NULL, infile, &errline); in certify_spkac()
2002 if (parms == NULL) { in certify_spkac()
2007 sk = CONF_get_section(parms, "default"); in certify_spkac()
2097 CONF_free(parms); in certify_spkac()
/third_party/libabigail/include/
H A Dabg-ir.h3043 append_parameters(std::vector<parameter_sptr >& parms);
3283 const parameters& parms,
3369 const std::vector<function_decl::parameter_sptr>& parms,
3376 const std::vector<function_decl::parameter_sptr>& parms,

Completed in 76 milliseconds