Lines Matching refs:parse_length
371 go->parse_length = 0; in go7007_start_encoder()
487 y = (((go->parse_length - 1) << 3) + i) / (go->width >> 4); in write_bitmap_word()
488 x = (((go->parse_length - 1) << 3) + i) % (go->width >> 4); in write_bitmap_word()
609 go->parse_length = 12; in go7007_parse_video_stream()
616 go->parse_length = 0; in go7007_parse_video_stream()
658 go->parse_length = buf[i] << 8; in go7007_parse_video_stream()
662 go->parse_length |= buf[i]; in go7007_parse_video_stream()
663 if (go->parse_length > 0) in go7007_parse_video_stream()
669 if (go->parse_length < 204) { in go7007_parse_video_stream()
670 if (go->parse_length & 1) { in go7007_parse_video_stream()
675 } else if (go->parse_length == 207 && vb) { in go7007_parse_video_stream()
678 if (++go->parse_length == 208) in go7007_parse_video_stream()
682 if (--go->parse_length == 0) in go7007_parse_video_stream()