Lines Matching refs:num64
51 int64_t num64;
88 {"num64", "set num 64bit", OFFSET(num64), AV_OPT_TYPE_INT64, { .i64 = 1 }, 0, 100, 1 },
145 printf("num64=%"PRId64"\n", test_ctx.num64);
288 "num64=bogus",
289 "num64=44",
290 "num64=44.4",
291 "num64=-1",
292 "num64=101",