Searched defs:dst_image (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp1139 copybit_image_t dst_image; local
1140 dst_image.w = dst->w;
1141 dst_image.h = dst->h;
1142 dst_image.format = dst->format;
1143 dst_image.handle = dst->handle;
1172 dst_image.handle = dst_hnd;
1175 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image,
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp1158 copybit_image_t dst_image; local
1159 dst_image.w = dst->w;
1160 dst_image.h = dst->h;
1161 dst_image.format = dst->format;
1162 dst_image.handle = dst->handle;
1191 dst_image.handle = dst_hnd;
1195 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image,
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp1139 copybit_image_t dst_image; local
1140 dst_image.w = dst->w;
1141 dst_image.h = dst->h;
1142 dst_image.format = dst->format;
1143 dst_image.handle = dst->handle;
1172 dst_image.handle = dst_hnd;
1175 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image,

Completed in 97 milliseconds