Lines Matching refs:parse_length
363 go->parse_length = 0; in go7007_start_encoder()
482 y = (((go->parse_length - 1) << 3) + i) / (go->width >> 4); in write_bitmap_word()
483 x = (((go->parse_length - 1) << 3) + i) % (go->width >> 4); in write_bitmap_word()
606 go->parse_length = 12; in go7007_parse_video_stream()
613 go->parse_length = 0; in go7007_parse_video_stream()
655 go->parse_length = buf[i] << 8; in go7007_parse_video_stream()
659 go->parse_length |= buf[i]; in go7007_parse_video_stream()
660 if (go->parse_length > 0) in go7007_parse_video_stream()
666 if (go->parse_length < 204) { in go7007_parse_video_stream()
667 if (go->parse_length & 1) { in go7007_parse_video_stream()
672 } else if (go->parse_length == 207 && vb) { in go7007_parse_video_stream()
675 if (++go->parse_length == 208) in go7007_parse_video_stream()
679 if (--go->parse_length == 0) in go7007_parse_video_stream()