Lines Matching defs:y_pos
61 int y_pos;
85 int y_pos;
795 rect->y = display->y_pos + offset_y;
871 int x_pos, y_pos;
904 y_pos = display->y_pos;
906 y_pos += top_bottom;
909 if ((*buf!=0xf0 && x_pos >= region->width) || y_pos >= region->height) {
910 av_log(avctx, AV_LOG_ERROR, "Invalid object location! %d-%d %d-%d %02x\n", x_pos, region->width, y_pos, region->height, *buf);
923 x_pos = dvbsub_read_2bit_string(avctx, pbuf + (y_pos * region->width),
938 x_pos = dvbsub_read_4bit_string(avctx, pbuf + (y_pos * region->width),
948 x_pos = dvbsub_read_8bit_string(avctx, pbuf + (y_pos * region->width),
970 y_pos += 2;
1265 display->y_pos = AV_RB16(buf) & 0xfff;
1269 display->y_pos >= region->height) {
1362 display->y_pos = AV_RB16(buf);
1370 ff_dlog(avctx, "Region %d, (%d,%d)\n", region_id, display->x_pos, display->y_pos);