Home
last modified time | relevance | path

Searched refs:adaptedHeight (Results 1 – 23 of 23) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/objc/components/video_frame_buffer/
H A DRTCCVPixelBuffer.h33 adaptedHeight:(int)adaptedHeight
H A DRTCCVPixelBuffer.mm51 adaptedHeight:CVPixelBufferGetHeight(pixelBuffer)
60 adaptedHeight:(int)adaptedHeight
67 _height = adaptedHeight;
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/objc/components/video_frame_buffer/
H A DRTCCVPixelBuffer.h33 adaptedHeight:(int)adaptedHeight
H A DRTCCVPixelBuffer.mm51 adaptedHeight:CVPixelBufferGetHeight(pixelBuffer)
60 adaptedHeight:(int)adaptedHeight
67 _height = adaptedHeight;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/objc/components/video_frame_buffer/
H A DRTCCVPixelBuffer.h33 adaptedHeight:(int)adaptedHeight
H A DRTCCVPixelBuffer.mm51 adaptedHeight:CVPixelBufferGetHeight(pixelBuffer)
60 adaptedHeight:(int)adaptedHeight
67 _height = adaptedHeight;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/objc/unittests/
H A DRTCCVPixelBuffer_xctest.mm47 adaptedHeight:1280
87 adaptedHeight:1280
250 adaptedHeight:CVPixelBufferGetHeight(pixelBufferRef)
H A DObjCVideoTrackSource_xctest.mm264 adaptedHeight:360
305 adaptedHeight:640
346 adaptedHeight:640
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/objc/unittests/
H A DRTCCVPixelBuffer_xctest.mm49 adaptedHeight:1280
92 adaptedHeight:1280
258 adaptedHeight:CVPixelBufferGetHeight(pixelBufferRef)
H A DObjCVideoTrackSource_xctest.mm282 adaptedHeight:360
326 adaptedHeight:640
370 adaptedHeight:640
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/objc/unittests/
H A DRTCCVPixelBuffer_xctest.mm49 adaptedHeight:1280
92 adaptedHeight:1280
258 adaptedHeight:CVPixelBufferGetHeight(pixelBufferRef)
H A DObjCVideoTrackSource_xctest.mm282 adaptedHeight:360
326 adaptedHeight:640
370 adaptedHeight:640
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/objc/native/src/
H A Dobjc_video_track_source.mm97 adaptedHeight:adapted_height
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/objc/native/src/
H A Dobjc_video_track_source.mm104 adaptedHeight:adapted_height
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/objc/native/src/
H A Dobjc_video_track_source.mm99 adaptedHeight:adapted_height
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/
H A DDarwinVideoSource.mm83 adaptedHeight:adapted_height
H A DVideoCMIOCapture.mm141 … alloc] initWithPixelBuffer:pixelBuffer adaptedWidth:fittedSize.width adaptedHeight:fittedSize.hei…
H A DVideoCameraCapturerMac.mm470 … alloc] initWithPixelBuffer:pixelBuffer adaptedWidth:fittedSize.width adaptedHeight:fittedSize.hei…
H A DVideoCameraCapturer.mm610 …PixelBuffer alloc] initWithPixelBuffer:pixelBuffer adaptedWidth:width adaptedHeight:height cropWid…
/dports/www/firefox/firefox-99.0/dom/media/webrtc/libwebrtcglue/
H A DVideoConduit.cpp1361 int adaptedHeight; in SendVideoFrame() local
1401 &cropHeight, &adaptedWidth, &adaptedHeight)) { in SendVideoFrame()
1412 &adaptedHeight); in SendVideoFrame()
1426 if (adaptedWidth == aFrame.width() && adaptedHeight == aFrame.height()) { in SendVideoFrame()
1432 mBufferPool.CreateBuffer(adaptedWidth, adaptedHeight); in SendVideoFrame()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/libwebrtcglue/
H A DVideoConduit.cpp1954 int adaptedHeight; in SendVideoFrame() local
1984 &cropHeight, &adaptedWidth, &adaptedHeight)) { in SendVideoFrame()
2000 if (adaptedWidth == frame.width() && adaptedHeight == frame.height()) { in SendVideoFrame()
2006 mBufferPool.CreateBuffer(adaptedWidth, adaptedHeight); in SendVideoFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/libwebrtcglue/
H A DVideoConduit.cpp1954 int adaptedHeight; in SendVideoFrame() local
1984 &cropHeight, &adaptedWidth, &adaptedHeight)) { in SendVideoFrame()
2000 if (adaptedWidth == frame.width() && adaptedHeight == frame.height()) { in SendVideoFrame()
2006 mBufferPool.CreateBuffer(adaptedWidth, adaptedHeight); in SendVideoFrame()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/media-conduit/
H A DVideoConduit.cpp1924 int adaptedHeight; in SendVideoFrame() local
1954 &cropHeight, &adaptedWidth, &adaptedHeight)) { in SendVideoFrame()
1970 if (adaptedWidth == frame.width() && adaptedHeight == frame.height()) { in SendVideoFrame()
1976 mBufferPool.CreateBuffer(adaptedWidth, adaptedHeight); in SendVideoFrame()