/third_party/libsnd/programs/ |
D | sndfile-metadata-get.c | 49 static void process_args (SNDFILE * file, const SF_BROADCAST_INFO_2K * binfo, int argc, char * argv… 55 SF_BROADCAST_INFO_2K binfo ; in main() local 86 memset (&binfo, 0, sizeof (binfo)) ; in main() 87 if (sf_command (file, SFC_GET_BROADCAST_INFO, &binfo, sizeof (binfo)) == 0) in main() 88 memset (&binfo, 0, sizeof (binfo)) ; in main() 90 process_args (file, &binfo, argc - 2, argv + start) ; in main() 134 process_args (SNDFILE * file, const SF_BROADCAST_INFO_2K * binfo, int argc, char * argv []) in process_args() argument 140 { printf ("%-22s : %.*s\n", name, (int) sizeof (binfo->field), binfo->field) ; \ in process_args() 147 { printf ("%-22s : %6.2f\n", name, binfo->field / 100.0) ; \ in process_args()
|
D | common.c | 106 { SF_BROADCAST_INFO_2K binfo ; in merge_broadcast_info() local 109 memset (&binfo, 0, sizeof (binfo)) ; in merge_broadcast_info() 133 if (sf_command (infile, SFC_GET_BROADCAST_INFO, &binfo, sizeof (binfo)) == 0) in merge_broadcast_info() 146 { memset (binfo.x, 0, sizeof (binfo.x)) ; \ in merge_broadcast_info() 147 memcpy (binfo.x, info->x, MIN (strlen (info->x), sizeof (binfo.x))) ; \ in merge_broadcast_info() 160 { binfo.x = round (atof (info->x) * 100.0) ; \ in merge_broadcast_info() 173 binfo.time_reference_high = (ts >> 32) ; in merge_broadcast_info() 174 binfo.time_reference_low = (ts & 0xffffffff) ; in merge_broadcast_info() 180 { int slen = strlen (binfo.coding_history) ; in merge_broadcast_info() 182 while (slen > 1 && isspace (binfo.coding_history [slen - 1])) in merge_broadcast_info() [all …]
|
D | sndfile-convert.c | 376 SF_BROADCAST_INFO_2K binfo ; in copy_metadata() local 388 memset (&binfo, 0, sizeof (binfo)) ; in copy_metadata() 403 if (sf_command (infile, SFC_GET_BROADCAST_INFO, &binfo, sizeof (binfo)) == SF_TRUE) in copy_metadata() 404 sf_command (outfile, SFC_SET_BROADCAST_INFO, &binfo, sizeof (binfo)) ; in copy_metadata()
|
/third_party/pixman/test/ |
D | affine-bench.c | 348 bench_info_t binfo; in main() local 358 binfo.op = PIXMAN_OP_SRC; in main() 359 binfo.mask_image = NULL; in main() 360 pixman_transform_init_identity (&binfo.transform); in main() 378 !parse_arguments (argc, argv, &binfo.transform, &binfo.op, in main() 403 compute_transformed_extents (&binfo.transform, &dest_box, &transformed); in main() 418 binfo.src_x = -xmin; in main() 419 binfo.src_y = -ymin; in main() 427 &src, &binfo.src_image); in main() 432 &mask, &binfo.mask_image); in main() [all …]
|
/third_party/e2fsprogs/debugfs/ |
D | icheck.c | 60 struct block_info *binfo; in do_icheck() local 160 for (i=0, binfo = bw.barray; i < bw.num_blocks; i++, binfo++) { in do_icheck() 161 if (binfo->ino == 0) { in do_icheck() 163 (unsigned long long) binfo->blk); in do_icheck() 166 printf("%llu\t%u\n", (unsigned long long) binfo->blk, in do_icheck() 167 binfo->ino); in do_icheck()
|
/third_party/skia/modules/skottie/src/effects/ |
D | Effects.cpp | 67 const auto* binfo = std::lower_bound(std::begin(gBuilderInfo), in findBuilder() local 73 if (binfo != std::end(gBuilderInfo) && !strcmp(binfo->fName, key.fName)) { in findBuilder() 74 return binfo->fBuilder; in findBuilder()
|
/third_party/libsnd/tests/ |
D | command_test.c | 1190 { SF_BROADCAST_INFO binfo ; in broadcast_rdwr_test() local 1200 memset (&binfo, 0, sizeof (binfo)) ; in broadcast_rdwr_test() 1202 snprintf (binfo.description, sizeof (binfo.description), "Test description") ; in broadcast_rdwr_test() 1203 snprintf (binfo.originator, sizeof (binfo.originator), "Test originator") ; in broadcast_rdwr_test() 1204 …snprintf (binfo.originator_reference, sizeof (binfo.originator_reference), "%08x-%08x", (unsigned … in broadcast_rdwr_test() 1205 snprintf (binfo.origination_date, sizeof (binfo.origination_date), "%d/%02d/%02d", 2006, 3, 30) ; in broadcast_rdwr_test() 1206 snprintf (binfo.origination_time, sizeof (binfo.origination_time), "%02d:%02d:%02d", 20, 27, 0) ; in broadcast_rdwr_test() 1207 snprintf (binfo.umid, sizeof (binfo.umid), "Some umid") ; in broadcast_rdwr_test() 1208 binfo.coding_history_size = 0 ; in broadcast_rdwr_test() 1212 if (sf_command (file, SFC_SET_BROADCAST_INFO, &binfo, sizeof (binfo)) != SF_FALSE) in broadcast_rdwr_test()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_cmd_buffer.c | 239 VkSubpassBeginInfo binfo = { in panvk_per_arch() local 247 panvk_per_arch(CmdNextSubpass2)(cmd, &binfo, &einfo); in panvk_per_arch()
|
/third_party/NuttX/ |
D | ReleaseNotes | 25162 - Binary Loader: Change some debug macros from berr() to binfo()
|