Searched refs:parse_count (Results 1 – 3 of 3) sorted by relevance
764 dct->parsegettc.parse_count = parse->parse_ldsize; in parse_timecode() 765 memcpy(dct->parsegettc.parse_buffer, parse->parse_ldata, dct->parsegettc.parse_count); in parse_timecode() 782 if (dct->parseformat.parse_count <= PARSE_TCMAX) in parse_setfmt() 784 if (dct->parseformat.parse_count) in parse_setfmt() 855 dct->parseformat.parse_count = (unsigned short) (Strlen(clockformats[dct->parseformat.parse_format]->name) + 1); in parse_getfmt() 856 memcpy(dct->parseformat.parse_buffer, clockformats[dct->parseformat.parse_format]->name, dct->parseformat.parse_count); in parse_getfmt()
251 unsigned short parse_count; /* count of valid time code bytes */ member258 unsigned short parse_count; /* count of valid string bytes */ member
3300 tmp_ctl.parseformat.parse_count = (u_short) strlen(tmp_ctl.parseformat.parse_buffer); in parse_start()3619 if (tmpctl.parsegettc.parse_count) in parse_control()3621 tmpctl.parsegettc.parse_buffer, (unsigned)(tmpctl.parsegettc.parse_count)); in parse_control()3634 int count = tmpctl.parseformat.parse_count; in parse_control()3802 unsigned int count = tmpctl.parsegettc.parse_count; in parse_process()