Home
last modified time | relevance | path

Searched refs:RowBytes (Results 1 – 25 of 64) sorted by relevance

123

/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/video/
H A Dstream_info.h62 inline size_t RowBytes() const { in RowBytes() function
70 return Pitch() != RowBytes(); in IsPitched()
75 return (img_offset.h-1) * img_offset.pitch + RowBytes(); in SizeBytes()
/dports/graphics/grx/grx249/addons/print/
H A Dgrxprint.c785 int RowBytes; local
810 RowBytes = MaxX / 8;
812 RowBytes = MaxY / 8;
816 Buf = (BYTE *) malloc (RowBytes);
925 for (Count = 0; Count < RowBytes; Count++)
957 for (Count = 0; Count < RowBytes; Count++)
981 S = Buf + RowBytes;
982 FullCount = RowBytes;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/mojo/services/
H A Dmojo_cdm_allocator_unittest.cc100 VideoFrame::RowBytes(cdm::kYPlane, kFormat, kWidth))); in TEST_F()
103 VideoFrame::RowBytes(cdm::kUPlane, kFormat, kWidth))); in TEST_F()
106 VideoFrame::RowBytes(cdm::kVPlane, kFormat, kWidth))); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/mojo/services/
H A Dmojo_cdm_allocator_unittest.cc100 VideoFrame::RowBytes(cdm::kYPlane, kFormat, kWidth))); in TEST_F()
103 VideoFrame::RowBytes(cdm::kUPlane, kFormat, kWidth))); in TEST_F()
106 VideoFrame::RowBytes(cdm::kVPlane, kFormat, kWidth))); in TEST_F()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/MacSrc/
H A DShockBitmap.h39 long RowBytes; member
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/video/drivers/
H A Dpango.cpp112 std::memcpy(dst.RowPtr(row), img.RowPtr(row), si.RowBytes()); in GrabNext()
116 fi.Stream().read((char*)dst.RowPtr(row), si.RowBytes()); in GrabNext()
H A Dmerge.cpp115 src_image.RowPtr(y), src_stream.RowBytes() in CopyBuffer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/pepper/
H A Dpepper_video_capture_host.cc175 const size_t dst_y_stride = media::VideoFrame::RowBytes( in OnFrameReady()
177 const size_t dst_u_stride = media::VideoFrame::RowBytes( in OnFrameReady()
179 const size_t dst_v_stride = media::VideoFrame::RowBytes( in OnFrameReady()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/pepper/
H A Dpepper_video_capture_host.cc176 const size_t dst_y_stride = media::VideoFrame::RowBytes( in OnFrameReady()
178 const size_t dst_u_stride = media::VideoFrame::RowBytes( in OnFrameReady()
180 const size_t dst_v_stride = media::VideoFrame::RowBytes( in OnFrameReady()
/dports/lang/nbc/NXT/
H A DuRICComp.pas495 op.RowBytes := x;
538 op.RowBytes := x;
882 RowBytes := pSP^.RowBytes;
1763 op.RowBytes := 0;
1767 op.RowBytes := op.CountBytes(sl.Names[0]);
1782 if ((op.Rows*op.RowBytes) mod 2) = 1 then
2425 Result := Rows*RowBytes;
2515 RowBytes := rb;
2517 BytesToRead := Rows*RowBytes;
2560 RICValueToStr(RowBytes, aLangName),
[all …]
/dports/graphics/xfractint/xfractint-20.04p16/headers/
H A Dtplus.h88 unsigned xdots, ydots, Bank64k, RowBytes, RowsPerBank; member
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Texture.Tga/
H A DPlugin.Parser.cs488 byte[] RowBytes = rows[i].ToArray(); in Parse()
490 memoryStream.Write(RowBytes, 0, RowBytes.Length); in Parse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/mediarecorder/
H A Dvpx_encoder.cc95 u_plane_stride_ = media::VideoFrame::RowBytes( in EncodeOnEncodingTaskRunner()
97 v_plane_stride_ = media::VideoFrame::RowBytes( in EncodeOnEncodingTaskRunner()
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dilbm.h6 #define RowBytes(cols) ((((cols) + 15) / 16) * 2) macro
H A Dppmtoilbm.c488 bytes = RowBytes(cols); in encodeRow()
1159 bodysize = oldsize = rows * TOTALPLANES(nPlanes) * RowBytes(cols); in ppmToHam()
1290 bodysize = oldsize = rows * TOTALPLANES(nPlanes) * RowBytes(cols); in ppmToDeep()
1403 bodysize = oldsize = rows * TOTALPLANES(nPlanes) * RowBytes(cols); in ppmToDcol()
1585 bodysize = oldsize = rows * TOTALPLANES(nPlanes) * RowBytes(cols); in ppmToStd()
2298 MALLOCARRAY_NOFAIL(coded_rowbuf, RowBytes(cols)); in main()
2299 for (i = 0; i < RowBytes(cols); ++i) in main()
2302 pm_rlenc_allocoutbuf(&compr_rowbuf, RowBytes(cols), PM_RLE_PACKBITS); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/mediarecorder/
H A Dvpx_encoder.cc130 u_plane_stride_ = media::VideoFrame::RowBytes( in EncodeOnEncodingTaskRunner()
132 v_plane_stride_ = media::VideoFrame::RowBytes( in EncodeOnEncodingTaskRunner()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/windows/
H A Dmedia_foundation_video_encode_accelerator_win.cc211 y_stride_ = VideoFrame::RowBytes(VideoFrame::kYPlane, PIXEL_FORMAT_I420, in Initialize()
213 u_stride_ = VideoFrame::RowBytes(VideoFrame::kUPlane, PIXEL_FORMAT_I420, in Initialize()
215 v_stride_ = VideoFrame::RowBytes(VideoFrame::kVPlane, PIXEL_FORMAT_I420, in Initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/webp/
H A Dwebp_image_decoder.cc702 decoder_buffer_.u.YUVA.y_stride = image_planes->RowBytes(cc::YUVIndex::kY); in DecodeSingleFrameToYUV()
705 decoder_buffer_.u.YUVA.u_stride = image_planes->RowBytes(cc::YUVIndex::kU); in DecodeSingleFrameToYUV()
708 decoder_buffer_.u.YUVA.v_stride = image_planes->RowBytes(cc::YUVIndex::kV); in DecodeSingleFrameToYUV()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/image-decoders/webp/
H A Dwebp_image_decoder.cc702 image_planes->RowBytes(SkYUVAIndex::kY_Index); in DecodeSingleFrameToYUV()
707 image_planes->RowBytes(SkYUVAIndex::kU_Index); in DecodeSingleFrameToYUV()
712 image_planes->RowBytes(SkYUVAIndex::kV_Index); in DecodeSingleFrameToYUV()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/mojo/common/
H A Dmojo_shared_buffer_video_frame_unittest.cc269 u_offset + VideoFrame::RowBytes(VideoFrame::kUPlane, format, kWidth); in TEST()
271 VideoFrame::RowBytes(VideoFrame::kYPlane, format, kWidth); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/mojo/common/
H A Dmojo_shared_buffer_video_frame_unittest.cc269 u_offset + VideoFrame::RowBytes(VideoFrame::kUPlane, format, kWidth); in TEST()
271 VideoFrame::RowBytes(VideoFrame::kYPlane, format, kWidth); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/test/
H A Dimage_quality_metrics.cc100 const int row_bytes = VideoFrame::RowBytes(i, format, visible_size.width()); in CompareFramesWithErrorDiff()
H A Dvideo.cc148 VideoFrame::RowBytes(i, pixel_format_, resolution_.width()) * in Load()
518 VideoFrame::RowBytes(plane, frame->format(), resolution.width()); in OnFrameDecoded()
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dilbm.h84 #define RowBytes(w) (((w) + 15) >> 4 << 1) macro
/dports/graphics/wings/wings-8d019ebe48/e3d/
H A De3d__png.erl244 get_pixels(R,RD,C,CM,BSz,_Tot,{RowBytes,Bin}) ->
246 Row = (R div RD)*RowBytes,
309 RowBytes = case WPixels*pixelsz(P) of
314 RowsWithFilter = if RowBytes > 0 -> RowBytes + 1; true -> 0 end,
316 {RowBytes,Rows,Rows*RowsWithFilter}.

123