Lines Matching refs:comp_width
350 gint comp_width, comp_height; \
354 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
359 for (j = 0; j < comp_width; j++) { \
362 p += rowstride - comp_width; \
366 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); \
371 MEMSET (p, 0x80, comp_width); \
376 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 2); \
381 MEMSET (p, 0x80, comp_width); \
392 gint comp_width, comp_height; \
397 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
402 MEMSET (p, colY, comp_width); \
407 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); \
412 MEMSET (p, colU, comp_width); \
417 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 2); \
422 MEMSET (p, colV, comp_width); \
579 gint comp_width, comp_height; \
583 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
588 for (j = 0; j < comp_width; j++) { \
591 p += rowstride - comp_width; \
595 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); \
600 MEMSET (p, 0x80, comp_width * 2); \
611 gint comp_width, comp_height; \
616 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
621 MEMSET (y, colY, comp_width); \
627 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); \
632 for (j = 0; j < comp_width; j++) { \