Home
last modified time | relevance | path

Searched refs:crop_width (Results 76 – 100 of 690) sorted by relevance

12345678910>>...28

/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/api/video/
H A Di420_buffer.cc190 int crop_width, in CropAndScaleFrom() argument
192 RTC_CHECK_LE(crop_width, src.width()); in CropAndScaleFrom()
194 RTC_CHECK_LE(crop_width + offset_x, src.width()); in CropAndScaleFrom()
214 crop_width, crop_height, in CropAndScaleFrom()
224 const int crop_width = height() ? in CropAndScaleFrom() local
231 (src.width() - crop_width) / 2, (src.height() - crop_height) / 2, in CropAndScaleFrom()
232 crop_width, crop_height); in CropAndScaleFrom()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/api/video/
H A Di420_buffer.cc190 int crop_width, in CropAndScaleFrom() argument
192 RTC_CHECK_LE(crop_width, src.width()); in CropAndScaleFrom()
194 RTC_CHECK_LE(crop_width + offset_x, src.width()); in CropAndScaleFrom()
214 crop_width, crop_height, in CropAndScaleFrom()
224 const int crop_width = height() ? in CropAndScaleFrom() local
231 (src.width() - crop_width) / 2, (src.height() - crop_height) / 2, in CropAndScaleFrom()
232 crop_width, crop_height); in CropAndScaleFrom()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/
H A DDarwinVideoSource.mm53 int crop_width;
62 &crop_width,
84 cropWidth:crop_width
95 i420_buffer->CropAndScaleFrom(*buffer->ToI420(), crop_x, crop_y, crop_width, crop_height);
122 int crop_width;
131 &crop_width,
144 i420_buffer->CropAndScaleFrom(*buffer->ToI420(), crop_x, crop_y, crop_width, crop_height);
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/api/video/
H A Di420_buffer.cc210 int crop_width, in CropAndScaleFrom() argument
212 RTC_CHECK_LE(crop_width, src.width()); in CropAndScaleFrom()
214 RTC_CHECK_LE(crop_width + offset_x, src.width()); in CropAndScaleFrom()
234 crop_width, crop_height, in CropAndScaleFrom()
245 const int crop_width = in CropAndScaleFrom() local
252 (src.width() - crop_width) / 2, (src.height() - crop_height) / 2, in CropAndScaleFrom()
253 crop_width, crop_height); in CropAndScaleFrom()
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/video/
H A Dvideo_frame_buffer.cc22 int crop_width, in CropAndScale() argument
28 result->CropAndScaleFrom(*this->ToI420(), offset_x, offset_y, crop_width, in CropAndScale()
147 int crop_width, in CropAndScale() argument
153 result->CropAndScaleFrom(*this, offset_x, offset_y, crop_width, crop_height); in CropAndScale()
H A Di420_buffer.cc187 int crop_width, in CropAndScaleFrom() argument
189 RTC_CHECK_LE(crop_width, src.width()); in CropAndScaleFrom()
191 RTC_CHECK_LE(crop_width + offset_x, src.width()); in CropAndScaleFrom()
209 src.StrideV(), crop_width, crop_height, MutableDataY(), in CropAndScaleFrom()
217 const int crop_width = in CropAndScaleFrom() local
224 CropAndScaleFrom(src, (src.width() - crop_width) / 2, in CropAndScaleFrom()
225 (src.height() - crop_height) / 2, crop_width, crop_height); in CropAndScaleFrom()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dcrop.cc38 crop_width("crop_width",this,0), in CropPar()
89 if( ((crop_width.get()/scale_factor) < 1) || in build()
97 int cw = crop_width.get()/scale_factor; in build()
106 … <<crop_width.get()/scale_factor<<", "<<crop_height.get()/scale_factor<<", NULL )"<<std::endl; in build()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/video/
H A Di420_buffer.cc187 int crop_width, in CropAndScaleFrom() argument
189 RTC_CHECK_LE(crop_width, src.width()); in CropAndScaleFrom()
191 RTC_CHECK_LE(crop_width + offset_x, src.width()); in CropAndScaleFrom()
209 src.StrideV(), crop_width, crop_height, MutableDataY(), in CropAndScaleFrom()
217 const int crop_width = in CropAndScaleFrom() local
222 CropAndScaleFrom(src, (src.width() - crop_width) / 2, in CropAndScaleFrom()
223 (src.height() - crop_height) / 2, crop_width, crop_height); in CropAndScaleFrom()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/video/
H A Di420_buffer.cc187 int crop_width, in CropAndScaleFrom() argument
189 RTC_CHECK_LE(crop_width, src.width()); in CropAndScaleFrom()
191 RTC_CHECK_LE(crop_width + offset_x, src.width()); in CropAndScaleFrom()
209 src.StrideV(), crop_width, crop_height, MutableDataY(), in CropAndScaleFrom()
217 const int crop_width = in CropAndScaleFrom() local
224 CropAndScaleFrom(src, (src.width() - crop_width) / 2, in CropAndScaleFrom()
225 (src.height() - crop_height) / 2, crop_width, crop_height); in CropAndScaleFrom()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/video/
H A Di420_buffer.cc187 int crop_width, in CropAndScaleFrom() argument
189 RTC_CHECK_LE(crop_width, src.width()); in CropAndScaleFrom()
191 RTC_CHECK_LE(crop_width + offset_x, src.width()); in CropAndScaleFrom()
209 src.StrideV(), crop_width, crop_height, MutableDataY(), in CropAndScaleFrom()
217 const int crop_width = in CropAndScaleFrom() local
224 CropAndScaleFrom(src, (src.width() - crop_width) / 2, in CropAndScaleFrom()
225 (src.height() - crop_height) / 2, crop_width, crop_height); in CropAndScaleFrom()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/operations/
H A Dcrop_config.cc136 int crop_width = cropWidthSlider.get_adjustment()->get_value(); in do_update() local
139 int crop_right = crop_left + crop_width - 1; in do_update()
166 int crop_width = cropWidthSlider.get_adjustment()->get_value(); in get_handle() local
169 int crop_right = crop_left + crop_width - 1; in get_handle()
255 int crop_width = cropWidthSlider.get_adjustment()->get_value(); in pointer_press_event() local
258 int crop_right = crop_left + crop_width - 1; in pointer_press_event()
268 if( (crop_width == 0) || (crop_height == 0) ) { in pointer_press_event()
284 crop_center_dx = (int)(x - crop_left - crop_width/2); in pointer_press_event()
771 crop_left = tx; crop_top = ty; crop_width = tw; crop_height = th; in modify_preview()
774 int crop_right = crop_left + crop_width - 1; in modify_preview()
[all …]
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/data/transforms/
H A Dvideo.py57 crop_width = size_sel[1]
67 w_off = random.randint(0, w - crop_width)
71 crop_img = cur_img[h_off:h_off+crop_height, w_off:w_off+crop_width, :]
330 crop_img = cur_img[h_off:h_off+crop_height, w_off:w_off+crop_width, :]
438 crop_width = size_sel[1]
447 w_off = random.randint(0, w - crop_width)
451 crop_img = cur_img[h_off:h_off+crop_height, w_off:w_off+crop_width, :]
657 crop_width = size_sel[1]
667 w_off = random.randint(0, new_w - crop_width)
672 crop_img = scale_img[h_off:h_off+crop_height, w_off:w_off+crop_width, :]
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/src/jni/
H A Dandroid_video_track_source.cc105 int crop_width = 0; in AdaptFrame() local
116 &crop_width, &crop_height, &crop_x, &crop_y); in AdaptFrame()
121 &crop_height, &crop_width, &crop_y, &crop_x); in AdaptFrame()
125 env, crop_x, crop_y, crop_width, crop_height, adapted_width, in AdaptFrame()
H A Dnv12_buffer.cc26 jint crop_width, in JNI_NV12Buffer_CropAndScale() argument
45 const int crop_chroma_width = (crop_width + 1) / 2; in JNI_NV12Buffer_CropAndScale()
74 tmp_stride_v, crop_width, crop_height, dst_y, dst_stride_y, in JNI_NV12Buffer_CropAndScale()
/dports/misc/mnn/MNN-1.2.0/source/shape/
H A DShapeCropAndResize.cpp49 const int32_t crop_width = crop_size_vec[1]; in onComputeSize() local
50 MNN_ASSERT(crop_height > 0 && crop_width > 0); in onComputeSize()
55 outputs[0]->buffer().dim[2].extent = crop_width; in onComputeSize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/src/jni/
H A Dandroid_video_track_source.cc111 int crop_width = 0; in AdaptFrame() local
122 &crop_width, &crop_height, &crop_x, &crop_y); in AdaptFrame()
127 &crop_height, &crop_width, &crop_y, &crop_x); in AdaptFrame()
131 env, crop_x, crop_y, crop_width, crop_height, adapted_width, in AdaptFrame()
H A Dnv12_buffer.cc26 jint crop_width, in JNI_NV12Buffer_CropAndScale() argument
45 const int crop_chroma_width = (crop_width + 1) / 2; in JNI_NV12Buffer_CropAndScale()
74 tmp_stride_v, crop_width, crop_height, dst_y, dst_stride_y, in JNI_NV12Buffer_CropAndScale()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/src/jni/
H A Dandroid_video_track_source.cc111 int crop_width = 0; in AdaptFrame() local
122 &crop_width, &crop_height, &crop_x, &crop_y); in AdaptFrame()
127 &crop_height, &crop_width, &crop_y, &crop_x); in AdaptFrame()
131 env, crop_x, crop_y, crop_width, crop_height, adapted_width, in AdaptFrame()
H A Dnv12_buffer.cc26 jint crop_width, in JNI_NV12Buffer_CropAndScale() argument
45 const int crop_chroma_width = (crop_width + 1) / 2; in JNI_NV12Buffer_CropAndScale()
74 tmp_stride_v, crop_width, crop_height, dst_y, dst_stride_y, in JNI_NV12Buffer_CropAndScale()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/src/jni/
H A Dandroid_video_track_source.cc111 int crop_width = 0; in AdaptFrame() local
122 &crop_width, &crop_height, &crop_x, &crop_y); in AdaptFrame()
127 &crop_height, &crop_width, &crop_y, &crop_x); in AdaptFrame()
131 env, crop_x, crop_y, crop_width, crop_height, adapted_width, in AdaptFrame()
H A Dnv12_buffer.cc26 jint crop_width, in JNI_NV12Buffer_CropAndScale() argument
45 const int crop_chroma_width = (crop_width + 1) / 2; in JNI_NV12Buffer_CropAndScale()
74 tmp_stride_v, crop_width, crop_height, dst_y, dst_stride_y, in JNI_NV12Buffer_CropAndScale()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/media/base/
H A Dadapted_video_track_source.cc91 int* crop_width, in AdaptFrame() argument
105 width, height, time_us * rtc::kNumNanosecsPerMicrosec, crop_width, in AdaptFrame()
112 *crop_x = (width - *crop_width) / 2; in AdaptFrame()
/dports/net-im/tg_owt/tg_owt-d578c76/src/media/base/
H A Dadapted_video_track_source.cc91 int* crop_width, in AdaptFrame() argument
105 width, height, time_us * rtc::kNumNanosecsPerMicrosec, crop_width, in AdaptFrame()
112 *crop_x = (width - *crop_width) / 2; in AdaptFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/media/base/
H A Dadapted_video_track_source.cc91 int* crop_width, in AdaptFrame() argument
105 width, height, time_us * rtc::kNumNanosecsPerMicrosec, crop_width, in AdaptFrame()
112 *crop_x = (width - *crop_width) / 2; in AdaptFrame()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/media/base/
H A Dadapted_video_track_source.cc91 int* crop_width, in AdaptFrame() argument
105 width, height, time_us * rtc::kNumNanosecsPerMicrosec, crop_width, in AdaptFrame()
112 *crop_x = (width - *crop_width) / 2; in AdaptFrame()

12345678910>>...28