Lines Matching defs:content

111     char timebuf[30], content[5] = { 0 };
131 memcpy(content, &buf[4], 4);
133 snprintf(content, sizeof(content), "-");
134 printf("write_data len %d, time %s, type %s atom %s\n", size, timebuf, str, content);
360 uint8_t content[HASH_SIZE];
439 memcpy(content, hash, HASH_SIZE);
476 check(!memcmp(hash, content, HASH_SIZE), "delay_moov differs from empty_moov");
478 // Test writing content that requires an edit list using delay_moov
527 init_out("empty-moov-content");
529 // Written 2 seconds of content, with an automatic flush after 1 second.
540 memcpy(content, hash, HASH_SIZE);
549 mux_gops(1); // Write 1 second of content
553 init_out("delay-moov-content");
555 check(out_size == empty_moov_pos, "Manually flushed content differs from automatically flushed, %d vs %d", out_size, empty_moov_pos);
556 mux_gops(1); // Write the rest of the content
559 check(!memcmp(hash, content, HASH_SIZE), "delay_moov content differs from empty_moov");
574 memcpy(content, hash, HASH_SIZE);
589 check(!memcmp(hash, content, HASH_SIZE), "discontinuously written fragment differs");
603 check(!memcmp(hash, content, HASH_SIZE), "discontinuously written fragment differs");
622 memcpy(content, hash, HASH_SIZE);
637 check(!memcmp(hash, content, HASH_SIZE), "discontinuously written fragment differs");
655 memcpy(content, hash, HASH_SIZE);
671 check(!memcmp(hash, content, HASH_SIZE), "discontinuously written fragment differs");
690 // Test VFR content, with sidx atoms (which declare the pts duration
712 // Test VFR content, with cleared duration fields. In these cases,
745 // Test VFR content with bframes with interleaving.