Searched refs:obj_w (Results 1 – 1 of 1) sorted by relevance
86 guint16 obj_w; in dump_rle_data() local94 obj_w = GST_READ_UINT16_BE (data); in dump_rle_data()97 PGS_DUMP ("RLE image is %ux%u\n", obj_w, obj_h); in dump_rle_data()156 if (!run_len || (x + run_len) > obj_w) in dump_rle_data()164 if (!run_len || x > obj_w) in dump_rle_data()180 guint16 obj_w; in pgs_composition_object_render() local214 obj_w = GST_READ_UINT16_BE (data); in pgs_composition_object_render()219 max_x = MIN (obj->x + obj_w, strides[0]); in pgs_composition_object_render()