/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
ivtv.h | 57 __u32 src_width; member in struct:ivtv_dma_frame
|
/external/webp/src/utils/ |
rescaler_utils.h | 41 int src_width, src_height; // source dimensions member in struct:WebPRescaler 51 int src_width, int src_height, 61 int WebPRescalerGetScaledDimensions(int src_width, int src_height,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
rotate.h | 42 int src_width, int src_height, enum RotationMode mode); 51 int src_width, int src_height, enum RotationMode mode); 57 int src_width, int src_height, enum RotationMode mode);
|
/external/libyuv/files/include/libyuv/ |
rotate.h | 48 int src_width, 64 int src_width, 74 int src_width,
|
/external/webrtc/webrtc/common_video/libyuv/ |
scaler.cc | 30 int Scaler::Set(int src_width, int src_height, 35 if (src_width < 1 || src_height < 1 || dst_width < 1 || dst_height < 1) 41 src_width_ = src_width;
|
scaler_unittest.cc | 29 int src_width, int src_height, 342 int src_width, int src_height, 345 EXPECT_EQ(0, test_scaler_.Set(src_width, src_height, 359 size_t src_required_size = CalcBufferSize(kI420, src_width, src_height); 361 int size_y = src_width * src_height; 362 int size_uv = ((src_width + 1) / 2) * ((src_height + 1) / 2); 373 src_width, src_height, 374 src_width, (src_width + 1) / 2, 375 (src_width + 1) / 2) [all...] |
/bionic/libc/kernel/uapi/linux/ |
ivtv.h | 31 __u32 src_width; member in struct:ivtv_dma_frame
|
/external/kernel-headers/original/uapi/linux/ |
ivtv.h | 58 __u32 src_width; member in struct:ivtv_dma_frame
|
/external/webrtc/talk/media/webrtc/ |
webrtcvideoframefactory_unittest.cc | 62 int src_width, 67 EXPECT_EQ(dest_frame->GetWidth(), src_width); 74 EXPECT_EQ(dest_frame->GetHeight(), src_width); 76 EXPECT_EQ(dest_frame->GetWidth(), src_width);
|
/external/libvpx/libvpx/test/ |
vp9_scale_test.cc | 63 const int src_width = kSizesToTest[w]; local 70 const int dst_width = src_width * sf_up / sf_down; 82 if (src_width > 4 * dst_width || src_height > 4 * dst_height) { 86 src_width, src_height, dst_width, dst_height)); 92 "filter_type = %d, phase_scaler = %d, src_width = %4d, " 95 filter_type, phase_scaler, src_width, src_height, 154 const int src_width = 1280; local 163 const int dst_width = src_width * sf_up / sf_down; 173 ResetScaleImages(src_width, src_height, dst_width, dst_height)); 190 "filter_type = %d, phase_scaler = %d, src_width = %4d, [all...] |
pp_filter_test.cc | 172 void SetCols(unsigned char *s, int rows, int cols, int src_width) { 177 s += src_width; 192 void RunFilterLevel(unsigned char *s, int rows, int cols, int src_width, 195 GetParam()(s, src_width, rows, cols, filter_level)); 196 RunComparison(expected_output, s, rows, cols, src_width); 288 void SetRows(unsigned char *src_c, int rows, int cols, int src_width) { 291 src_c += src_width; 306 void RunFilterLevel(unsigned char *s, int rows, int cols, int src_width, 309 GetParam()(s, src_width, rows, cols, filter_level)); 310 RunComparison(expected_output, s, rows, cols, src_width); [all...] |
/external/webrtc/talk/media/base/ |
videoframe.cc | 107 int32_t src_width = static_cast<int>(GetWidth()); local 115 src_width, src_height) == 0; 164 size_t src_width = GetWidth(); local 166 if (width == src_width && height == src_height) { 176 if (src_width * height > src_height * width) { 178 src_width = ROUNDTO2(src_height * width / height); 179 int32_t iwidth_offset = ROUNDTO2((GetWidth() - src_width) / 2); 183 } else if (src_width * height < src_height * width) { 185 src_height = src_width * height / width; 198 static_cast<int>(src_width), static_cast<int>(src_height) [all...] |
/external/pdfium/core/fpdfapi/render/ |
cpdf_dibsource.h | 98 uint32_t src_width, 107 uint32_t src_width, 116 uint32_t src_width,
|
cpdf_dibsource.cpp | 1119 uint32_t src_width = m_Width; local [all...] |
/external/libyuv/files/source/ |
scale_dspr2.cc | [all...] |
scale_common.cc | 747 void ScaleAddRow_C(const uint8* src_ptr, uint16* dst_ptr, int src_width) { 749 assert(src_width > 0); 750 for (x = 0; x < src_width - 1; x += 2) { 756 if (src_width & 1) { 761 void ScaleAddRow_16_C(const uint16* src_ptr, uint32* dst_ptr, int src_width) { 763 assert(src_width > 0); 764 for (x = 0; x < src_width - 1; x += 2) { 770 if (src_width & 1) { [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_conv.h | 61 unsigned src_width,
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_blit.c | 267 unsigned src_width, unsigned src_height, 277 calc_tex_coords(src_width, src_height, 317 * @param[in] src_width source image width 338 unsigned src_width, 367 if (reg_width + src_x_offset > src_width) 368 reg_width = src_width - src_x_offset; 387 src_width, src_height, src_pitch, src_offset, 408 emit_tx_setup(r100, src_mesaformat, src_bo, src_offset, src_width, src_height, src_pitch); 412 emit_draw_packet(r100, src_width, src_height,
|
/external/libyuv/files/unit_test/ |
scale_test.cc | 24 static int TestFilter(int src_width, 32 if (!SizeValid(src_width, src_height, dst_width, dst_height)) { 38 int src_width_uv = (Abs(src_width) + 1) >> 1; 41 int64 src_y_plane_size = (Abs(src_width) + b * 2) * (Abs(src_height) + b * 2); 44 int src_stride_y = b * 2 + Abs(src_width); 84 src_v + (src_stride_uv * b) + b, src_stride_uv, src_width, 96 src_v + (src_stride_uv * b) + b, src_stride_uv, src_width, 152 static int TestFilter_16(int src_width, 158 if (!SizeValid(src_width, src_height, dst_width, dst_height)) { 164 int src_width_uv = (Abs(src_width) + 1) >> 1 [all...] |
unit_test.h | 57 static inline bool SizeValid(int src_width, 61 if (src_width > kMaxWidth || src_height > kMaxHeight ||
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
scale_common.cc | 653 void ScaleAddRow_C(const uint8* src_ptr, uint16* dst_ptr, int src_width) { 655 assert(src_width > 0); 656 for (x = 0; x < src_width - 1; x += 2) { 662 if (src_width & 1) { 667 void ScaleAddRow_16_C(const uint16* src_ptr, uint32* dst_ptr, int src_width) { 669 assert(src_width > 0); 670 for (x = 0; x < src_width - 1; x += 2) { 676 if (src_width & 1) { 1033 enum FilterMode ScaleFilterReduce(int src_width, int src_height, 1036 if (src_width < 0) [all...] |
/hardware/intel/common/libva/test/ |
loadsurface.h | 296 int src_fourcc, int src_width, int src_height, 344 memcpy(Y_row, src_Y + row*src_width, src_width); 354 memcpy(U_row, src_U + row * src_width, src_width); 357 u_ptr = src_U + row * (src_width/2); 358 v_ptr = src_V + row * (src_width/2); 360 v_ptr = src_U + row * (src_width/2); 361 u_ptr = src_V + row * (src_width/2); 363 for(j = 0; j < src_width/2; j++) [all...] |
/external/libyuv/files/util/ |
yuvconvert.cc | 163 int src_width, 180 int r = libyuv::ARGBScaleClip(src_argb, src_stride_argb, src_width, 290 int src_width = Abs(image_width); local 292 int half_src_width = (src_width + 1) / 2; 297 ch_org, src_width, ch_org + src_width * src_height, half_src_width, 298 ch_org + src_width * src_height + half_src_width * half_src_height,
|
/external/mesa3d/src/mesa/main/ |
texcompress_bptc.c | [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_blorp.h | 59 unsigned src_width, unsigned src_height);
|