Home
last modified time | relevance | path

Searched refs:sliceHeight (Results 1 – 25 of 43) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/src/java/org/webrtc/
H A DAndroidVideoDecoder.java95 private int sliceHeight; field in AndroidVideoDecoder
177 sliceHeight = height; in initDecodeInternal()
469 int sliceHeight;
474 sliceHeight = this.sliceHeight;
514 ByteBuffer buffer, int stride, int sliceHeight, int width, int height) {
539 final int uPos = yPos + stride * sliceHeight;
541 final int vPos = uPos + uvStride * sliceHeight / 2;
555 if (sliceHeight % 2 == 1) {
567 if (sliceHeight % 2 == 1) {
623 sliceHeight = format.getInteger(MEDIA_FORMAT_KEY_SLICE_HEIGHT);
[all …]
H A DNV12Buffer.java20 private final int sliceHeight; field in NV12Buffer
24 public NV12Buffer(int width, int height, int stride, int sliceHeight, ByteBuffer buffer, in NV12Buffer() argument
29 this.sliceHeight = sliceHeight; in NV12Buffer()
64 height, stride, sliceHeight, newBuffer.getDataY(), newBuffer.getStrideY(), in cropAndScale()
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/src/java/org/webrtc/
H A DAndroidVideoDecoder.java95 private int sliceHeight; field in AndroidVideoDecoder
177 sliceHeight = height; in initDecodeInternal()
460 int sliceHeight;
465 sliceHeight = this.sliceHeight;
505 ByteBuffer buffer, int stride, int sliceHeight, int width, int height) {
530 final int uPos = yPos + stride * sliceHeight;
532 final int vPos = uPos + uvStride * sliceHeight / 2;
546 if (sliceHeight % 2 == 1) {
558 if (sliceHeight % 2 == 1) {
622 sliceHeight = format.getInteger(MEDIA_FORMAT_KEY_SLICE_HEIGHT);
[all …]
H A DNV12Buffer.java20 private final int sliceHeight; field in NV12Buffer
24 public NV12Buffer(int width, int height, int stride, int sliceHeight, ByteBuffer buffer, in NV12Buffer() argument
29 this.sliceHeight = sliceHeight; in NV12Buffer()
64 height, stride, sliceHeight, newBuffer.getDataY(), newBuffer.getStrideY(), in cropAndScale()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/src/java/org/webrtc/
H A DAndroidVideoDecoder.java95 private int sliceHeight; field in AndroidVideoDecoder
177 sliceHeight = height; in initDecodeInternal()
465 int sliceHeight;
470 sliceHeight = this.sliceHeight;
510 ByteBuffer buffer, int stride, int sliceHeight, int width, int height) {
535 final int uPos = yPos + stride * sliceHeight;
537 final int vPos = uPos + uvStride * sliceHeight / 2;
551 if (sliceHeight % 2 == 1) {
563 if (sliceHeight % 2 == 1) {
619 sliceHeight = format.getInteger(MEDIA_FORMAT_KEY_SLICE_HEIGHT);
[all …]
H A DNV12Buffer.java20 private final int sliceHeight; field in NV12Buffer
24 public NV12Buffer(int width, int height, int stride, int sliceHeight, ByteBuffer buffer, in NV12Buffer() argument
29 this.sliceHeight = sliceHeight; in NV12Buffer()
64 height, stride, sliceHeight, newBuffer.getDataY(), newBuffer.getStrideY(), in cropAndScale()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/src/java/org/webrtc/
H A DAndroidVideoDecoder.java95 private int sliceHeight; field in AndroidVideoDecoder
177 sliceHeight = height; in initDecodeInternal()
469 int sliceHeight;
474 sliceHeight = this.sliceHeight;
514 ByteBuffer buffer, int stride, int sliceHeight, int width, int height) {
539 final int uPos = yPos + stride * sliceHeight;
541 final int vPos = uPos + uvStride * sliceHeight / 2;
555 if (sliceHeight % 2 == 1) {
567 if (sliceHeight % 2 == 1) {
623 sliceHeight = format.getInteger(MEDIA_FORMAT_KEY_SLICE_HEIGHT);
[all …]
H A DNV12Buffer.java20 private final int sliceHeight; field in NV12Buffer
24 public NV12Buffer(int width, int height, int stride, int sliceHeight, ByteBuffer buffer, in NV12Buffer() argument
29 this.sliceHeight = sliceHeight; in NV12Buffer()
64 height, stride, sliceHeight, newBuffer.getDataY(), newBuffer.getStrideY(), in cropAndScale()
/dports/print/limereport/LimeReport-1.5.35/limereport/items/
H A Dlrverticallayout.cpp100 int sliceHeight = height - item->geometry().top(); in cloneUpperPart() local
101 if (item->isSplittable() && item->canBeSplitted(sliceHeight)){ in cloneUpperPart()
102 item->cloneUpperPart(sliceHeight,upperPart,upperPart); in cloneUpperPart()
120 int sliceHeight = height - item->geometry().top(); in cloneBottomPart() local
121 if (item->canBeSplitted(sliceHeight)){ in cloneBottomPart()
122 … BaseDesignIntf* tmpItem = item->cloneBottomPart(sliceHeight, bottomPart, bottomPart); in cloneBottomPart()
124 tmpItem->setHeight(sliceHeight); in cloneBottomPart()
H A Dlrhorizontallayout.cpp92 int sliceHeight = height-item->geometry().top(); in cloneUpperPart() local
93 if (item->canBeSplitted(sliceHeight)){ in cloneUpperPart()
94 BaseDesignIntf* slicedPart = item->cloneUpperPart(sliceHeight,upperPart,upperPart); in cloneUpperPart()
97 item->cloneEmpty(sliceHeight,upperPart,upperPart); in cloneUpperPart()
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpamdice.c253 unsigned int const sliceHeight, in openOutStreams() argument
283 outpam[vertSlice].height = sliceHeight; in openOutStreams()
452 unsigned int sliceHeight; in main() local
478 &nHorizSlice, &sliceHeight, &bottomSliceHeight, in main()
488 horizSlice > 0 ? horizSlice * (sliceHeight - cmdline.voverlap) : 0; in main()
493 horizSlice < nHorizSlice-1 ? sliceHeight : bottomSliceHeight; in main()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/
H A DMediaCodecVideoDecoder.java95 private int sliceHeight; field in MediaCodecVideoDecoder
282 sliceHeight = height; in initDecode()
611 sliceHeight = format.getInteger("slice-height"); in dequeueOutputBuffer()
613 Logging.d(TAG, "Frame stride and slice height: " + stride + " x " + sliceHeight); in dequeueOutputBuffer()
615 sliceHeight = Math.max(height, sliceHeight); in dequeueOutputBuffer()
/dports/print/limereport/LimeReport-1.5.35/limereport/
H A Dlrbanddesignintf.cpp668 int sliceHeight = height-item->geometry().top(); in cloneUpperPart() local
670 if (sliceHeight>(this->height()-sliceHeight)){ in cloneUpperPart()
674 item->cloneEmpty(sliceHeight,upperPart,upperPart); //for table in cloneUpperPart()
678 } else if (item->canBeSplitted(sliceHeight)){ in cloneUpperPart()
679 upperItem = item->cloneUpperPart(sliceHeight,upperPart,upperPart); in cloneUpperPart()
683 item->cloneEmpty(sliceHeight,upperPart,upperPart); //for table in cloneUpperPart()
716 int sliceHeight = height-item->geometry().top(); in cloneBottomPart() local
717 if (item->isSplittable() && item->canBeSplitted(sliceHeight)) { in cloneBottomPart()
718 … BaseDesignIntf* tmpItem=item->cloneBottomPart(sliceHeight,bottomPart,bottomPart); in cloneBottomPart()
H A Dlrreportrender.cpp1215 int sliceHeight = height; in saveUppperPartReturnBottom() local
1216 … BandDesignIntf* upperBandPart = dynamic_cast<BandDesignIntf*>(band->cloneUpperPart(sliceHeight)); in saveUppperPartReturnBottom()
1217 …BandDesignIntf* bottomBandPart = dynamic_cast<BandDesignIntf*>(band->cloneBottomPart(sliceHeight)); in saveUppperPartReturnBottom()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/opencl/
H A Dmesh_export_data_cl.h46 cl_int sliceHeight; // must be size.y + 1 member
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/geost/
H A DBoxDisplay.java318 public void display3DGeostObjectSlice(Geost geost, GeostObject o, Color c, int sliceHeight) { in display3DGeostObjectSlice() argument
323 …iece.length.length < 3 || piece.origin[2] <= sliceHeight && piece.origin[2] + piece.length[2] > sl… in display3DGeostObjectSlice()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dmarchingcubes.cpp133 clMeshParams.sliceHeight = numy + 1; in RunMarchingCube()
182 size_t dataOffset = clMeshParams.sliceHeight * clMeshParams.sliceWidth; in RunMarchingCube()
H A Dvoxel_export.cpp124 clMeshParams.sliceHeight = h; in ProcessVolume()
H A Dopencl_engine_render_fractal.cpp984 constantInMeshExportBuffer->sliceHeight * constantInMeshExportBuffer->sliceWidth, in RegisterInputOutputBuffers()
989 constantInMeshExportBuffer->sliceHeight * constantInMeshExportBuffer->sliceWidth, in RegisterInputOutputBuffers()
994 constantInMeshExportBuffer->sliceHeight * constantInMeshExportBuffer->sliceWidth, in RegisterInputOutputBuffers()
2066 optimalJob.stepSizeY = constantInMeshExportBuffer->sliceHeight; in Render()
2074 for (int y = 0; y < constantInMeshExportBuffer->sliceHeight; y++) in Render()
/dports/cad/alliance/alliance/src/sea/src/
H A DDEF_drive.c388 long sliceHeight; local
393 sliceHeight = (apPhfig->YAB2 - apPhfig->YAB1) / MBK_Y_SLICE;
423 if (!(sliceHeight % 2))
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsCSSRenderingBorders.cpp3460 const int32_t sliceHeight[3] = { in DrawBorderImage() local
3507 unitSize.height = sliceHeight[j] * vFactor; in DrawBorderImage()
3515 if (0 < borderHeight[j] && 0 < sliceHeight[j]) { in DrawBorderImage()
3516 factor = gfxFloat(borderHeight[j]) / sliceHeight[j]; in DrawBorderImage()
3535 unitSize.height = sliceHeight[j] * factor; in DrawBorderImage()
3548 nsRect subArea(sliceX[i], sliceY[j], sliceWidth[i], sliceHeight[j]); in DrawBorderImage()
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsCSSRenderingBorders.cpp3461 const int32_t sliceHeight[3] = { in DrawBorderImage() local
3508 unitSize.height = sliceHeight[j] * vFactor; in DrawBorderImage()
3516 if (0 < borderHeight[j] && 0 < sliceHeight[j]) { in DrawBorderImage()
3517 factor = gfxFloat(borderHeight[j]) / sliceHeight[j]; in DrawBorderImage()
3536 unitSize.height = sliceHeight[j] * factor; in DrawBorderImage()
3549 nsRect subArea(sliceX[i], sliceY[j], sliceWidth[i], sliceHeight[j]); in DrawBorderImage()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsCSSRenderingBorders.cpp3460 const int32_t sliceHeight[3] = { in DrawBorderImage() local
3507 unitSize.height = sliceHeight[j] * vFactor; in DrawBorderImage()
3515 if (0 < borderHeight[j] && 0 < sliceHeight[j]) { in DrawBorderImage()
3516 factor = gfxFloat(borderHeight[j]) / sliceHeight[j]; in DrawBorderImage()
3535 unitSize.height = sliceHeight[j] * factor; in DrawBorderImage()
3548 nsRect subArea(sliceX[i], sliceY[j], sliceWidth[i], sliceHeight[j]); in DrawBorderImage()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsCSSRenderingBorders.cpp3439 const int32_t sliceHeight[3] = { in DrawBorderImage() local
3487 unitSize.height = sliceHeight[j] * vFactor; in DrawBorderImage()
3495 if (0 < borderHeight[j] && 0 < sliceHeight[j]) in DrawBorderImage()
3496 factor = gfxFloat(borderHeight[j]) / sliceHeight[j]; in DrawBorderImage()
3513 unitSize.height = sliceHeight[j] * factor; in DrawBorderImage()
3526 nsRect subArea(sliceX[i], sliceY[j], sliceWidth[i], sliceHeight[j]); in DrawBorderImage()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsCSSRenderingBorders.cpp3467 const int32_t sliceHeight[3] = { in DrawBorderImage() local
3514 unitSize.height = sliceHeight[j] * vFactor; in DrawBorderImage()
3522 if (0 < borderHeight[j] && 0 < sliceHeight[j]) { in DrawBorderImage()
3523 factor = gfxFloat(borderHeight[j]) / sliceHeight[j]; in DrawBorderImage()
3542 unitSize.height = sliceHeight[j] * factor; in DrawBorderImage()
3555 nsRect subArea(sliceX[i], sliceY[j], sliceWidth[i], sliceHeight[j]); in DrawBorderImage()

12