Lines Matching refs:planes
862 _VdpcapPlane const * planes
865 if (!planes) {
872 uint32_t lines = planes[0].lines;
875 if (planes[0].item_size == 4) {
883 uint8_t const * ptr = (uint8_t const *)planes[0].data;
885 dumper(planes[0].item_count, ptr);
890 ptr += planes[0].pitch;
900 ++planes;
907 _VdpcapPlane * planes,
919 planes[0].item_size = 1;
920 planes[0].item_count = region_width;
921 planes[0].lines = region_height;
922 planes[1].item_size = 1;
923 planes[1].item_count = region_width;
924 planes[1].lines = region_height / 2;
931 planes[0].item_size = 1;
932 planes[0].item_count = region_width;
933 planes[0].lines = region_height;
934 planes[1].item_size = 1;
935 planes[1].item_count = region_width / 2;
936 planes[1].lines = region_height / 2;
937 planes[2].item_size = 1;
938 planes[2].item_count = region_width / 2;
939 planes[2].lines = region_height / 2;
947 planes[0].item_size = 1;
948 planes[0].item_count = region_width * 2;
949 planes[0].lines = region_height;
957 planes[0].item_size = 4;
958 planes[0].item_count = region_width;
959 planes[0].lines = region_height;
970 _VdpcapPlane * planes,
985 planes[0].item_size = 4;
992 planes[0].item_size = 1;
997 planes[0].item_count = region_width;
998 planes[0].lines = region_height;
1005 _VdpcapPlane * planes,
1030 planes[0].item_size = 1;
1031 planes[0].item_count = region_width * width_multiplier;
1032 planes[0].lines = region_height;
1039 _VdpcapPlane * planes,
1048 planes,
1057 _VdpcapPlane * planes,
1066 planes,
1075 _VdpcapPlane * planes,
1084 planes,
1170 _VdpcapPlane * planes,
1190 _VdpcapPlane * planes,
1226 planes,
1237 planes[i].data = source_data[i];
1238 planes[i].pitch = source_pitches[i];
1984 _VdpcapPlane planes[3];
1985 uint32_t plane_count = _VDP_TRACE_ARSIZE(planes);
1992 planes,
2028 _vdp_cap_dump_plane_list(plane_count, planes);
2048 _VdpcapPlane planes[3];
2049 uint32_t plane_count = _VDP_TRACE_ARSIZE(planes);
2056 planes,
2082 _vdp_cap_dump_plane_list(plane_count, planes);
2446 _VdpcapPlane planes[1];
2447 uint32_t plane_count = _VDP_TRACE_ARSIZE(planes);
2454 planes,
2491 _vdp_cap_dump_plane_list(plane_count, planes);
2511 _VdpcapPlane planes[1];
2512 uint32_t plane_count = _VDP_TRACE_ARSIZE(planes);
2519 planes,
2545 _vdp_cap_dump_plane_list(plane_count, planes);
2579 _VdpcapPlane planes[1];
2580 uint32_t plane_count = _VDP_TRACE_ARSIZE(planes);
2587 planes,
2624 _vdp_cap_dump_plane_list(plane_count, planes);
2660 _VdpcapPlane planes[1];
2661 uint32_t plane_count = _VDP_TRACE_ARSIZE(planes);
2668 planes,
2697 _vdp_cap_dump_plane_list(plane_count, planes);
2937 _VdpcapPlane planes[1];
2938 uint32_t plane_count = _VDP_TRACE_ARSIZE(planes);
2945 planes,
2971 _vdp_cap_dump_plane_list(plane_count, planes);