Home
last modified time | relevance | path

Searched refs:uvHeight (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/api/org/webrtc/
H A DYuvConverter.java162 final int uvHeight = (frameHeight + 1) / 2; in convert() local
164 final int totalHeight = frameHeight + uvHeight; in convert()
192 /* viewportHeight= */ uvHeight); in convert()
198 /* viewportHeight= */ uvHeight); in convert()
220 final int uvSize = stride * (uvHeight - 1) + stride / 2; in convert()
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/api/org/webrtc/
H A DYuvConverter.java162 final int uvHeight = (frameHeight + 1) / 2; in convert() local
164 final int totalHeight = frameHeight + uvHeight; in convert()
192 /* viewportHeight= */ uvHeight); in convert()
198 /* viewportHeight= */ uvHeight); in convert()
220 final int uvSize = stride * (uvHeight - 1) + stride / 2; in convert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/api/org/webrtc/
H A DYuvConverter.java162 final int uvHeight = (frameHeight + 1) / 2; in convert() local
164 final int totalHeight = frameHeight + uvHeight; in convert()
192 /* viewportHeight= */ uvHeight); in convert()
198 /* viewportHeight= */ uvHeight); in convert()
220 final int uvSize = stride * (uvHeight - 1) + stride / 2; in convert()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/api/org/webrtc/
H A DYuvConverter.java162 final int uvHeight = (frameHeight + 1) / 2; in convert() local
164 final int totalHeight = frameHeight + uvHeight; in convert()
192 /* viewportHeight= */ uvHeight); in convert()
198 /* viewportHeight= */ uvHeight); in convert()
220 final int uvSize = stride * (uvHeight - 1) + stride / 2; in convert()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/sdk/android/api/org/webrtc/
H A DYuvConverter.java162 final int uvHeight = (frameHeight + 1) / 2; in convert() local
164 final int totalHeight = frameHeight + uvHeight; in convert()
192 /* viewportHeight= */ uvHeight); in convert()
198 /* viewportHeight= */ uvHeight); in convert()
220 final int uvSize = stride * (uvHeight - 1) + stride / 2; in convert()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/sdk/android/api/org/webrtc/
H A DYuvConverter.java162 final int uvHeight = (frameHeight + 1) / 2; in convert() local
164 final int totalHeight = frameHeight + uvHeight; in convert()
192 /* viewportHeight= */ uvHeight); in convert()
198 /* viewportHeight= */ uvHeight); in convert()
220 final int uvSize = stride * (uvHeight - 1) + stride / 2; in convert()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/
H A DYuvConverter.java162 final int uvHeight = (frameHeight + 1) / 2; in convert() local
164 final int totalHeight = frameHeight + uvHeight; in convert()
192 /* viewportHeight= */ uvHeight); in convert()
198 /* viewportHeight= */ uvHeight); in convert()
220 final int uvSize = stride * (uvHeight - 1) + stride / 2; in convert()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/video/
H A DVideoDecoderOutputBuffer.java125 int uvHeight = (int) (((long) height + 1) / 2); in initForYuvFrame() local
126 if (!isSafeToMultiply(yStride, height) || !isSafeToMultiply(uvStride, uvHeight)) { in initForYuvFrame()
130 int uvLength = uvStride * uvHeight; in initForYuvFrame()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/video/
H A DVideoDecoderOutputBuffer.java125 int uvHeight = (int) (((long) height + 1) / 2); in initForYuvFrame() local
126 if (!isSafeToMultiply(yStride, height) || !isSafeToMultiply(uvStride, uvHeight)) { in initForYuvFrame()
130 int uvLength = uvStride * uvHeight; in initForYuvFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/video/
H A DVideoDecoderOutputBuffer.java125 int uvHeight = (int) (((long) height + 1) / 2); in initForYuvFrame() local
126 if (!isSafeToMultiply(yStride, height) || !isSafeToMultiply(uvStride, uvHeight)) { in initForYuvFrame()
130 int uvLength = uvStride * uvHeight; in initForYuvFrame()
/dports/games/libretro-scummvm/scummvm-7b1e929/image/codecs/
H A Dsvq1.cpp186 uint uvHeight = ALIGN(yHeight / 4, 16); in decodeFrame() local
201 height = uvHeight; in decodeFrame()
264 for (uint i = 0; i < uvHeight; i++) { in decodeFrame()
270 memcpy(current[1] + uvHeight * uvPitch, current[1] + (uvHeight - 1) * uvPitch, uvWidth + 1); in decodeFrame()
271 memcpy(current[2] + uvHeight * uvPitch, current[2] + (uvHeight - 1) * uvPitch, uvWidth + 1); in decodeFrame()
/dports/games/residualvm/residualvm-0.3.1/image/codecs/
H A Dsvq1.cpp186 uint uvHeight = ALIGN(yHeight / 4, 16); in decodeFrame() local
201 height = uvHeight; in decodeFrame()
264 for (uint i = 0; i < uvHeight; i++) { in decodeFrame()
270 memcpy(current[1] + uvHeight * uvPitch, current[1] + (uvHeight - 1) * uvPitch, uvWidth + 1); in decodeFrame()
271 memcpy(current[2] + uvHeight * uvPitch, current[2] + (uvHeight - 1) * uvPitch, uvWidth + 1); in decodeFrame()
/dports/games/scummvm/scummvm-2.5.1/image/codecs/
H A Dsvq1.cpp186 uint uvHeight = ALIGN(yHeight / 4, 16); in decodeFrame() local
201 height = uvHeight; in decodeFrame()
264 for (uint i = 0; i < uvHeight; i++) { in decodeFrame()
270 memcpy(current[1] + uvHeight * uvPitch, current[1] + (uvHeight - 1) * uvPitch, uvWidth + 1); in decodeFrame()
271 memcpy(current[2] + uvHeight * uvPitch, current[2] + (uvHeight - 1) * uvPitch, uvWidth + 1); in decodeFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libavif/src/src/
H A Dcodec_rav1e.c174 … uint32_t uvHeight = (image->height + codec->internal->yShift) >> codec->internal->yShift; in rav1eCodecEncodeImage() local
175 …_fill_plane(rav1eFrame, 1, image->yuvPlanes[1], image->yuvRowBytes[1] * uvHeight, image->yuvRowByt… in rav1eCodecEncodeImage()
176 …_fill_plane(rav1eFrame, 2, image->yuvPlanes[2], image->yuvRowBytes[2] * uvHeight, image->yuvRowByt… in rav1eCodecEncodeImage()
H A Dcodec_svt.c134 uint32_t uvHeight = (image->height + y_shift) >> y_shift; in svtCodecEncodeImage() local
136 input_buffer->n_filled_len += image->yuvRowBytes[1] * uvHeight; in svtCodecEncodeImage()
138 input_buffer->n_filled_len += image->yuvRowBytes[2] * uvHeight; in svtCodecEncodeImage()
H A Davif.c161 uint32_t uvHeight = (dstImage->height + formatInfo.chromaShiftY) >> formatInfo.chromaShiftY; in avifImageCopy() local
163 uint32_t planeHeight = (yuvPlane == AVIF_CHAN_Y) ? dstImage->height : uvHeight; in avifImageCopy()
/dports/graphics/libavif/libavif-0.9.3/src/
H A Dcodec_rav1e.c174 … uint32_t uvHeight = (image->height + codec->internal->yShift) >> codec->internal->yShift; in rav1eCodecEncodeImage() local
175 …ane(rav1eFrame, 1, image->yuvPlanes[1], (size_t)image->yuvRowBytes[1] * uvHeight, image->yuvRowByt… in rav1eCodecEncodeImage()
176 …ane(rav1eFrame, 2, image->yuvPlanes[2], (size_t)image->yuvRowBytes[2] * uvHeight, image->yuvRowByt… in rav1eCodecEncodeImage()
H A Dcodec_svt.c143 uint32_t uvHeight = (image->height + y_shift) >> y_shift; in svtCodecEncodeImage() local
145 input_buffer->n_filled_len += image->yuvRowBytes[1] * uvHeight; in svtCodecEncodeImage()
147 input_buffer->n_filled_len += image->yuvRowBytes[2] * uvHeight; in svtCodecEncodeImage()
/dports/graphics/libavif/libavif-0.9.3/apps/shared/
H A Davifjpeg.c189 uint32_t uvHeight = (avif->height + info.chromaShiftY) >> info.chromaShiftY; in avifJPEGReadCopy() local
190 … memset(avif->yuvPlanes[AVIF_CHAN_U], 128, avif->yuvRowBytes[AVIF_CHAN_U] * uvHeight); in avifJPEGReadCopy()
191 … memset(avif->yuvPlanes[AVIF_CHAN_V], 128, avif->yuvRowBytes[AVIF_CHAN_V] * uvHeight); in avifJPEGReadCopy()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/qtmultimediaquicktools/
H A Dqsgvideonode_yuv.cpp420 … const int uvHeight = m_frame.pixelFormat() == QVideoFrame::Format_YUV422P ? fh : fh / 2; in bind() local
423 … bindTexture(m_textureIds[1], m_frame.bytesPerLine(u), uvHeight, m_frame.bits(u), texFormat1); in bind()
425 … bindTexture(m_textureIds[2], m_frame.bytesPerLine(v), uvHeight, m_frame.bits(v), texFormat1); in bind()
/dports/graphics/libheif/libheif-1.10.0/libheif/
H A Dheif_encoder_rav1e.cc639 uint32_t uvHeight = (height + yShift) >> yShift; in rav1e_encode_image() local
641 rav1e_frame_fill_plane(rav1eFrame.get(), 1, Cb, strideCb * uvHeight, strideCb, byteWidth); in rav1e_encode_image()
642 rav1e_frame_fill_plane(rav1eFrame.get(), 2, Cr, strideCr * uvHeight, strideCr, byteWidth); in rav1e_encode_image()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/multimedia/video/
H A Dqvideoframe.cpp654 const int uvHeight = d->pixelFormat == Format_YUV422P ? height : height / 2; in map() local
655 const int uvStride = (d->mappedBytes - (yStride * height)) / uvHeight / 2; in map()
661 d->data[2] = d->data[1] + (uvStride * uvHeight); in map()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/encoder/
H A DVP8TrackEncoder.cpp362 int uvHeight = (mFrameHeight + 1) / 2; in PrepareRawFrame() local
363 size_t uvPlaneSize = uvStride * uvHeight; in PrepareRawFrame()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/encoder/
H A DVP8TrackEncoder.cpp59 int uvHeight = (aHeight + 1) / 2; in I420Size() local
60 size_t uvPlaneSize = uvStride * uvHeight; in I420Size()
/dports/www/firefox/firefox-99.0/dom/media/encoder/
H A DVP8TrackEncoder.cpp59 int uvHeight = (aHeight + 1) / 2; in I420Size() local
60 size_t uvPlaneSize = uvStride * uvHeight; in I420Size()

12