Searched defs:dst_height (Results 1 - 23 of 23) sorted by relevance

/external/libyuv/files/unit_test/
H A Dscale_argb_test.cc21 int dst_width, int dst_height,
30 int dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4;
52 dst_width, dst_height, f);
57 dst_width, dst_height, f);
65 dst_width, dst_height, f);
75 dst_width, dst_height, f);
88 for (i = b; i < (dst_height + b); ++i) {
108 const int dst_height = src_height / 2; local
112 dst_width, dst_height,
123 const int dst_height local
20 ARGBTestFilter(int src_width, int src_height, int dst_width, int dst_height, FilterMode f, int benchmark_iterations) argument
138 const int dst_height = src_height / 5; local
153 const int dst_height = src_height / 8; local
168 const int dst_height = src_height / 16; local
183 const int dst_height = src_height * 3 / 4; local
198 int dst_height = src_height * 3 / 8; local
213 int dst_height = 768; local
228 int dst_height = 1272; local
244 int dst_height = 480; local
[all...]
H A Drotate_argb_test.cc21 int dst_width, int dst_height,
30 int dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4;
84 for (i = b; i < (dst_height + b); ++i) {
103 const int dst_height = 720; local
106 dst_width, dst_height, kRotate0,
115 const int dst_height = 1280; local
118 dst_width, dst_height, kRotate90,
127 const int dst_height = 720; local
130 dst_width, dst_height, kRotate180,
139 const int dst_height local
20 ARGBTestRotate(int src_width, int src_height, int dst_width, int dst_height, libyuv::RotationMode mode, int runs) argument
151 const int dst_height = 719; local
163 const int dst_height = 1277; local
175 const int dst_height = 719; local
187 const int dst_height = 1277; local
[all...]
H A Dscale_test.cc21 int dst_width, int dst_height,
38 int dst_height_uv = (dst_height + rounding) >> 1;
40 int dst_y_plane_size = (dst_width + b * 2) * (dst_height + b * 2);
78 dst_width, dst_height, f);
87 dst_width, dst_height, f);
99 dst_width, dst_height, f);
113 dst_width, dst_height, f);
126 for (i = b; i < (dst_height + b); ++i) {
169 const int dst_height = src_height / 2; local
173 dst_width, dst_height,
20 TestFilter(int src_width, int src_height, int dst_width, int dst_height, FilterMode f, int rounding, int benchmark_iterations) argument
184 const int dst_height = src_height / 4; local
199 const int dst_height = src_height / 5; local
214 const int dst_height = src_height / 8; local
229 const int dst_height = src_height / 16; local
244 const int dst_height = src_height * 3 / 4; local
259 int dst_height = src_height * 3 / 8; local
274 int dst_height = 768; local
289 int dst_height = 1272; local
304 int dst_height = 480; local
319 int dst_height = 480; local
335 int dst_height = 552; local
350 int dst_height = 276; local
365 int dst_height = 276; local
[all...]
/external/webp/src/utils/
H A Drescaler.h34 int dst_width, dst_height; // destination dimensions member in struct:__anon16987
44 int dst_width, int dst_height, int dst_stride,
H A Drescaler.c259 uint8_t* const dst, int dst_width, int dst_height,
266 wrk->dst_height = dst_height;
279 ((int64_t)dst_height << RFIX) / (x_sub * src_height) :
280 ((int64_t)dst_height << RFIX) / (x_add * src_height);
258 WebPRescalerInit(WebPRescaler* const wrk, int src_width, int src_height, uint8_t* const dst, int dst_width, int dst_height, int dst_stride, int num_channels, int x_add, int x_sub, int y_add, int y_sub, int32_t* const work) argument
/external/webp/src/enc/
H A Dpicture_rescale.c177 int dst_width, int dst_height, int dst_stride,
183 dst, dst_width, dst_height, dst_stride,
186 src_height, dst_height,
174 RescalePlane(const uint8_t* src, int src_width, int src_height, int src_stride, uint8_t* dst, int dst_width, int dst_height, int dst_stride, int32_t* const work, int num_channels) argument
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale_argb.cc34 int dst_width, int dst_height,
74 for (j = 0; j < dst_height; ++j) {
85 int dst_width, int dst_height,
112 for (j = 0; j < dst_height; ++j) {
127 int dst_width, int dst_height,
158 for (j = 0; j < dst_height; ++j) {
167 int dst_width, int dst_height,
253 for (j = 0; j < dst_height; ++j) {
275 int dst_width, int dst_height,
380 for (j = 0; j < dst_height;
33 ScaleARGBDown2(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument
84 ScaleARGBDown4Box(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy) argument
126 ScaleARGBDownEven(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument
166 ScaleARGBBilinearDown(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument
274 ScaleARGBBilinearUp(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument
411 ScaleYUVToARGBBilinearUp(int src_width, int src_height, int dst_width, int dst_height, int src_stride_y, int src_stride_u, int src_stride_v, int dst_stride_argb, const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument
626 ScaleARGBSimple(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy) argument
662 ScaleARGB(const uint8* src, int src_stride, int src_width, int src_height, uint8* dst, int dst_stride, int dst_width, int dst_height, int clip_x, int clip_y, int clip_width, int clip_height, enum FilterMode filtering) argument
770 ARGBScaleClip(const uint8* src_argb, int src_stride_argb, int src_width, int src_height, uint8* dst_argb, int dst_stride_argb, int dst_width, int dst_height, int clip_x, int clip_y, int clip_width, int clip_height, enum FilterMode filtering) argument
791 ARGBScale(const uint8* src_argb, int src_stride_argb, int src_width, int src_height, uint8* dst_argb, int dst_stride_argb, int dst_width, int dst_height, enum FilterMode filtering) argument
[all...]
H A Dmjpeg_decoder.cc242 uint8** planes, int dst_width, int dst_height) {
244 dst_height > GetHeight()) {
260 int lines_left = dst_height;
264 int skip = (GetHeight() - dst_height) / 2;
334 int dst_width, int dst_height) {
336 dst_height > GetHeight()) {
352 int lines_left = dst_height;
354 int skip = (GetHeight() - dst_height) / 2;
241 DecodeToBuffers( uint8** planes, int dst_width, int dst_height) argument
333 DecodeToCallback(CallbackFunction fn, void* opaque, int dst_width, int dst_height) argument
H A Dscale.cc40 int dst_width, int dst_height,
86 for (y = 0; y < dst_height; ++y) {
94 int dst_width, int dst_height,
142 for (y = 0; y < dst_height; ++y) {
154 int dst_width, int dst_height,
189 for (y = 0; y < dst_height; ++y) {
197 int dst_width, int dst_height,
234 for (y = 0; y < dst_height; ++y) {
244 int dst_width, int dst_height,
299 for (y = 0; y < dst_height
39 ScalePlaneDown2(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, enum FilterMode filtering) argument
93 ScalePlaneDown2_16(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint16* src_ptr, uint16* dst_ptr, enum FilterMode filtering) argument
153 ScalePlaneDown4(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, enum FilterMode filtering) argument
196 ScalePlaneDown4_16(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint16* src_ptr, uint16* dst_ptr, enum FilterMode filtering) argument
243 ScalePlaneDown34(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, enum FilterMode filtering) argument
323 ScalePlaneDown34_16(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint16* src_ptr, uint16* dst_ptr, enum FilterMode filtering) argument
419 ScalePlaneDown38(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, enum FilterMode filtering) argument
496 ScalePlaneDown38_16(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint16* src_ptr, uint16* dst_ptr, enum FilterMode filtering) argument
717 ScalePlaneBox(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr) argument
789 ScalePlaneBox_16(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint16* src_ptr, uint16* dst_ptr) argument
862 ScalePlaneBilinearDown(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, enum FilterMode filtering) argument
964 ScalePlaneBilinearDown_16(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint16* src_ptr, uint16* dst_ptr, enum FilterMode filtering) argument
1067 ScalePlaneBilinearUp(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, enum FilterMode filtering) argument
1206 ScalePlaneBilinearUp_16(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint16* src_ptr, uint16* dst_ptr, enum FilterMode filtering) argument
1350 ScalePlaneSimple(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr) argument
1385 ScalePlaneSimple_16(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint16* src_ptr, uint16* dst_ptr) argument
1424 ScalePlane(const uint8* src, int src_stride, int src_width, int src_height, uint8* dst, int dst_stride, int dst_width, int dst_height, enum FilterMode filtering) argument
1508 ScalePlane_16(const uint16* src, int src_stride, int src_width, int src_height, uint16* dst, int dst_stride, int dst_width, int dst_height, enum FilterMode filtering) argument
1595 I420Scale(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, int src_width, int src_height, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int dst_width, int dst_height, enum FilterMode filtering) argument
1626 I420Scale_16(const uint16* src_y, int src_stride_y, const uint16* src_u, int src_stride_u, const uint16* src_v, int src_stride_v, int src_width, int src_height, uint16* dst_y, int dst_stride_y, uint16* dst_u, int dst_stride_u, uint16* dst_v, int dst_stride_v, int dst_width, int dst_height, enum FilterMode filtering) argument
1658 Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, int src_stride_y, int src_stride_u, int src_stride_v, int src_width, int src_height, uint8* dst_y, uint8* dst_u, uint8* dst_v, int dst_stride_y, int dst_stride_u, int dst_stride_v, int dst_width, int dst_height, LIBYUV_BOOL interpolate) argument
1678 ScaleOffset(const uint8* src, int src_width, int src_height, uint8* dst, int dst_width, int dst_height, int dst_yoffset, LIBYUV_BOOL interpolate) argument
[all...]
H A Dscale_common.cc870 int dst_width, int dst_height,
885 assert(dst_height > 0);
937 for (j = 0; j < dst_height; ++j) {
952 int dst_width, int dst_height,
967 assert(dst_height > 0);
1019 for (j = 0; j < dst_height; ++j) {
1036 int dst_width, int dst_height,
1046 if (dst_width * 2 >= src_width && dst_height * 2 >= src_height) {
1050 if (dst_width >= src_width || dst_height >= src_height) {
1059 if (dst_height
869 ScalePlaneVertical(int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int y, int dy, int bpp, enum FilterMode filtering) argument
951 ScalePlaneVertical_16(int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint16* src_argb, uint16* dst_argb, int x, int y, int dy, int wpp, enum FilterMode filtering) argument
1035 ScaleFilterReduce(int src_width, int src_height, int dst_width, int dst_height, enum FilterMode filtering) argument
1094 ScaleSlope(int src_width, int src_height, int dst_width, int dst_height, enum FilterMode filtering, int* x, int* y, int* dx, int* dy) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_blit.c456 * @param[in] dst_height destination image height
477 unsigned dst_height,
503 if (reg_height + dst_y_offset > dst_height)
504 reg_height = dst_height - dst_y_offset;
540 emit_cb_setup(r200, dst_bo, dst_offset, dst_mesaformat, dst_pitch, dst_width, dst_height);
463 r200_blit(struct gl_context *ctx, struct radeon_bo *src_bo, intptr_t src_offset, gl_format src_mesaformat, unsigned src_pitch, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, struct radeon_bo *dst_bo, intptr_t dst_offset, gl_format dst_mesaformat, unsigned dst_pitch, unsigned dst_width, unsigned dst_height, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.c334 * @param[in] dst_height destination image height
355 unsigned dst_height,
381 if (reg_height + dst_y_offset > dst_height)
382 reg_height = dst_height - dst_y_offset;
418 emit_cb_setup(r100, dst_bo, dst_offset, dst_mesaformat, dst_pitch, dst_width, dst_height);
341 r100_blit(struct gl_context *ctx, struct radeon_bo *src_bo, intptr_t src_offset, gl_format src_mesaformat, unsigned src_pitch, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, struct radeon_bo *dst_bo, intptr_t dst_offset, gl_format dst_mesaformat, unsigned dst_pitch, unsigned dst_width, unsigned dst_height, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
/external/libyuv/files/source/
H A Dscale_argb.cc795 int dst_width, int dst_height,
813 for (int y = 0; y < dst_height; ++y) {
828 int dst_width, int dst_height,
847 int row_step = src_height / dst_height;
850 for (int y = 0; y < dst_height; ++y) {
862 int dst_width, int dst_height,
866 assert(dst_height > 0);
886 int dy = (src_height << 16) / dst_height;
890 for (int j = 0; j < dst_height; ++j) {
931 int dst_width, int dst_height,
794 ScaleARGBDown2(int , int , int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
827 ScaleARGBDownEven(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
861 ScaleARGBBilinear(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr) argument
930 ScaleARGBSimple(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr) argument
948 ScaleARGBAnySize(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
967 ScaleARGB(const uint8* src, int src_stride, int src_width, int src_height, uint8* dst, int dst_stride, int dst_width, int dst_height, FilterMode filtering) argument
1011 ARGBScale(const uint8* src_argb, int src_stride_argb, int src_width, int src_height, uint8* dst_argb, int dst_stride_argb, int dst_width, int dst_height, FilterMode filtering) argument
[all...]
H A Dconvert_argb.cc1005 int dst_width, int dst_height,
1010 src_height == 0 || dst_height == 0) {
1017 int inv_dst_height = (dst_height < 0) ? -dst_height : dst_height;
1032 int abs_dst_height = (dst_height < 0) ? -dst_height : dst_height;
1001 ConvertToARGB(const uint8* sample, size_t sample_size, uint8* dst_argb, int argb_stride, int crop_x, int crop_y, int src_width, int src_height, int dst_width, int dst_height, RotationMode rotation, uint32 format) argument
H A Dmjpeg_decoder.cc268 uint8** planes, int dst_width, int dst_height) {
270 dst_height > GetHeight()) {
286 int lines_left = dst_height;
290 int skip = (GetHeight() - dst_height) / 2;
357 int dst_width, int dst_height) {
359 dst_height > GetHeight()) {
375 int lines_left = dst_height;
377 int skip = (GetHeight() - dst_height) / 2;
267 DecodeToBuffers( uint8** planes, int dst_width, int dst_height) argument
356 DecodeToCallback(CallbackFunction fn, void* opaque, int dst_width, int dst_height) argument
H A Dconvert.cc277 int dst_width, int dst_height,
1720 int dst_width, int dst_height,
1725 src_height == 0 || dst_height == 0) {
1732 int inv_dst_height = (dst_height < 0) ? -dst_height : dst_height;
1753 int abs_dst_height = (dst_height < 0) ? -dst_height : dst_height;
1709 ConvertToI420(const uint8* sample, size_t sample_size, uint8* y, int y_stride, uint8* u, int u_stride, uint8* v, int v_stride, int crop_x, int crop_y, int src_width, int src_height, int dst_width, int dst_height, RotationMode rotation, uint32 format) argument
H A Dscale.cc2295 int dst_width, int dst_height,
2319 for (int y = 0; y < dst_height; ++y) {
2333 int dst_width, int dst_height,
2353 for (int y = 0; y < dst_height; ++y) {
2368 int dst_width, int dst_height,
2384 for (int y = 0; y < dst_height; ++y) {
2398 int dst_width, int dst_height,
2445 for (int y = 0; y < dst_height - 2; y += 3) {
2459 if ((dst_height % 3) == 2) {
2464 } else if ((dst_height
2294 ScalePlaneDown2(int , int , int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
2332 ScalePlaneDown4(int , int , int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
2367 ScalePlaneDown8(int , int , int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
2397 ScalePlaneDown34(int , int , int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
2486 ScalePlaneDown38(int , int , int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
2618 ScalePlaneBox(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr) argument
2682 ScalePlaneBilinearSimple(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr) argument
2724 ScalePlaneBilinear(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr) argument
2784 ScalePlaneSimple(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr) argument
2808 ScalePlaneAnySize(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
2831 ScalePlaneDown(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
2854 ScalePlane(const uint8* src, int src_stride, int src_width, int src_height, uint8* dst, int dst_stride, int dst_width, int dst_height, FilterMode filtering) argument
2920 I420Scale(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, int src_width, int src_height, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int dst_width, int dst_height, FilterMode filtering) argument
2985 Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, int src_stride_y, int src_stride_u, int src_stride_v, int src_width, int src_height, uint8* dst_y, uint8* dst_u, uint8* dst_v, int dst_stride_y, int dst_stride_u, int dst_stride_v, int dst_width, int dst_height, bool interpolate) argument
3049 ScaleOffset(const uint8* src, int src_width, int src_height, uint8* dst, int dst_width, int dst_height, int dst_yoffset, bool interpolate) argument
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c389 unsigned dst_height = u_minify(info->dst.res->height0, info->dst.level); local
395 dst_height == info->src.res->height0 &&
399 info->dst.y1 == dst_height &&
403 info->src.y1 == dst_height &&
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.c84 VGfloat dst_width, VGfloat dst_height)
92 dst_bounds[3] = dst_height;
81 vg_get_copy_coords(VGfloat *src_loc, VGfloat src_width, VGfloat src_height, VGfloat *dst_loc, VGfloat dst_width, VGfloat dst_height) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c118 unsigned dst_height; member in struct:blitter_context_priv
504 ctx->vertices[0][0][1] = (float)y1 / ctx->dst_height * 2.0f - 1.0f; /*v0.y*/
507 ctx->vertices[1][0][1] = (float)y1 / ctx->dst_height * 2.0f - 1.0f; /*v1.y*/
510 ctx->vertices[2][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v2.y*/
513 ctx->vertices[3][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v3.y*/
520 ctx->viewport.scale[1] = 0.5f * ctx->dst_height;
524 ctx->viewport.translate[1] = 0.5f * ctx->dst_height;
653 ctx->dst_height = height;
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp487 int dst_height = dst_rect.Height(); local
488 ::StretchDIBits(m_hDC, left, top, dst_width, dst_height,
489 0, 0, dst_width, dst_height, pBuffer, (BITMAPINFO*)info.c_str(), DIB_RGB_COLORS, SRCCOPY);
/external/kernel-headers/original/uapi/drm/
H A Di915_drm.h963 __u16 dst_height; member in struct:drm_intel_overlay_put_image
/external/libdrm/include/drm/
H A Di915_drm.h963 __u16 dst_height; member in struct:drm_intel_overlay_put_image

Completed in 404 milliseconds