HomeSort by relevance Sort by last modified time
    Searched refs:src_height (Results 76 - 100 of 129) sorted by null

1 2 34 5 6

  /hardware/intel/img/psb_video/src/
psb_output.c 678 static VAStatus lnc_unpack_topaz_rec(int src_width, int src_height,
692 tmp_dstY = (unsigned char *)calloc(1, 16 * src_height);
696 tmp_dstUV = (unsigned char*)calloc(1, 16 * src_height / 2);
704 memcpy((void*)tmp_dstY, p_srcY, 16 * src_height);
706 for (i = 0; i < src_height; i++) {
713 memcpy((void*)tmp_dstUV, p_srcUV, 16 * src_height / 2);
715 for (i = 0; i < src_height / 2; i++) {
734 int src_width, int src_height,
750 for (y = 32; y < src_height + 32; y++) {
752 * tmp_dstY++ = *(p_srcY + (((src_height+64+63)/64) * (x/64) + (y/64))*4096 + (y%64)*64 + (x%64))
    [all...]
psb_output.h 283 unsigned int src_height,
337 unsigned short src_height,
  /external/webrtc/webrtc/base/
x11windowpicker.cc 346 unsigned int src_height; local
372 &src_width, &src_height, &border_width,
393 src_height, width, height);
446 int src_height,
514 static_cast<double>(src_height);
518 int scaled_height = round(src_height * scale);
  /external/libgdx/gdx/jni/gdx2d/
gdx2d.h 88 int32_t src_x, int32_t src_y, uint32_t src_width, uint32_t src_height,
gdx2d.c 809 int32_t src_x, int32_t src_y, uint32_t src_width, uint32_t src_height,
820 float y_ratio = ((float)src_height - 1) / dst_height;
850 if(sy + 1< src_height) c3 = to_RGBA8888(src_pixmap->format, pget((void*)(src_ptr + spitch))); else c3 = c1;
851 if(sx + 1< src_width && sy + 1 < src_height) c4 = to_RGBA8888(src_pixmap->format, pget((void*)(src_ptr + spitch + sbpp))); else c4 = c1;
890 int32_t src_x, int32_t src_y, uint32_t src_width, uint32_t src_height,
901 uint32_t y_ratio = (src_height << 16) / dst_height + 1;
939 int32_t src_x, int32_t src_y, uint32_t src_width, uint32_t src_height,
942 blit_linear(src_pixmap, dst_pixmap, src_x, src_y, src_width, src_height, dst_x, dst_y, dst_width, dst_height);
944 blit_bilinear(src_pixmap, dst_pixmap, src_x, src_y, src_width, src_height, dst_x, dst_y, dst_width, dst_height);
948 int32_t src_x, int32_t src_y, uint32_t src_width, uint32_t src_height,
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 484 int src_height = pSource->GetHeight(); local
485 int y_unit = src_height / dest_height;
494 src_y_start = src_y_start * src_height / dest_height;
528 int src_width = pBitmap->GetWidth(), src_height = pBitmap->GetHeight(); local
531 if (src_width == 1 && src_height == 1) {
552 abs(dest_height) < src_height) {
563 if (src_width * src_height > 10000) {
592 CallFunc(GdipCreateBitmapFromScan0)(src_width, src_height, src_pitch,
609 int src_width = pSrcRect->Width(), src_height = pSrcRect->Height(); local
613 FX_RECT new_rect(0, 0, src_width, src_height);
    [all...]
fx_win32_print.cpp 148 int src_width = pSrcBitmap->GetWidth(), src_height = pSrcBitmap->GetHeight(); local
153 FXSYS_Div((FX_FLOAT)(src_width * src_height), dest_area);
192 src_y >= src_height) {
209 src_y >= src_height) {
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert.h 198 int src_width, int src_height,
220 // crop_y = (src_height - dst_height) / 2
221 // "src_width" / "src_height" is size of src_frame in pixels.
222 // "src_height" can be negative indicating a vertically flipped image source.
224 // Must be less than or equal to src_width/src_height
235 int src_width, int src_height,
scale_row.h 87 void ScalePlaneVertical(int src_height,
94 void ScalePlaneVertical_16(int src_height,
102 enum FilterMode ScaleFilterReduce(int src_width, int src_height,
121 void ScaleSlope(int src_width, int src_height,
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_neon.cc 545 uint16* dst_ptr, int src_width, int src_height) {
572 "+r"(src_height) // %5
    [all...]
scale_neon64.cc 549 uint16* dst_ptr, int src_width, int src_height) {
575 "+r"(src_height) // %5
    [all...]
  /external/libyuv/files/include/libyuv/
convert.h 196 int src_width, int src_height,
218 // crop_y = (src_height - dst_height) / 2
219 // "src_width" / "src_height" is size of src_frame in pixels.
220 // "src_height" can be negative indicating a vertically flipped image source.
222 // Must be less than or equal to src_width/src_height
233 int src_width, int src_height,
convert_argb.h 270 int src_width, int src_height,
286 // crop_y = (src_height - dst_height) / 2
287 // "src_width" / "src_height" is size of src_frame in pixels.
288 // "src_height" can be negative indicating a vertically flipped image source.
290 // Must be less than or equal to src_width/src_height
299 int src_width, int src_height,
  /external/libyuv/files/source/
scale_neon.cc 534 uint16* dst_ptr, int src_width, int src_height) {
560 "+r"(src_height) // %5
    [all...]
scale_neon64.cc 549 uint16* dst_ptr, int src_width, int src_height) {
575 "+r"(src_height) // %5
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 120 unsigned int src_height,
138 unsigned short src_height,
  /hardware/intel/common/libva/va/
va_backend.h 271 unsigned int src_height,
324 unsigned short src_height,
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.cc 262 int src_height = input_image.height(); local
283 if ((dst_width == src_width && dst_height == src_height) ||
297 src_height, dst_frame.buffer(kYPlane), dst_frame.stride(kYPlane),
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 535 float src_height = viewport.height(); local
538 if (src_width != dst_width || src_height != dst_height) {
540 float sy = dst_height / src_height;
  /hardware/intel/common/libva/test/
loadsurface.h 296 int src_fourcc, int src_width, int src_height,
342 for (row=0;row<src_height;row++) {
347 for (row =0; row < src_height/2; row++) {
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_scale.cpp 183 mdp_scale->src_height[i] = plane.src_height;
290 scale->src_width[j], scale->src_height[j], scale->roi_w[j]);
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_scale.cpp 183 mdp_scale->src_height[i] = plane.src_height;
290 scale->src_width[j], scale->src_height[j], scale->roi_w[j]);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_priv.h 248 int width, int height, float src_width, float src_height);
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 236 int src_height,
256 src_width, src_height,
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 887 int src_height = m_pSource->GetHeight(); local
    [all...]

Completed in 1429 milliseconds

1 2 34 5 6