Searched refs:dst_image (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dpp_filter_test.cc58 uint8_t *const dst_image = local
63 uint8_t *const dst_image_ptr = dst_image + 8;
81 (void)vpx_memset(dst_image, 99, output_size);
100 vpx_free(dst_image);
/hardware/qcom/display/msm8084/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/msm8226/libcopybit/
H A Dcopybit_c2d.cpp1164 copybit_image_t dst_image; local
1165 dst_image.w = dst->w;
1166 dst_image.h = dst->h;
1167 dst_image.format = dst->format;
1168 dst_image.handle = dst->handle;
1197 dst_image.handle = dst_hnd;
1201 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image,
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit_c2d.cpp1142 copybit_image_t dst_image; local
1143 dst_image.w = dst->w;
1144 dst_image.h = dst->h;
1145 dst_image.format = dst->format;
1146 dst_image.handle = dst->handle;
1175 dst_image.handle = dst_hnd;
1179 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image,
/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/msm8994/libcopybit/
H A Dcopybit_c2d.cpp1167 copybit_image_t dst_image; local
1168 dst_image.w = dst->w;
1169 dst_image.h = dst->h;
1170 dst_image.format = dst->format;
1171 dst_image.handle = dst->handle;
1200 dst_image.handle = dst_hnd;
1204 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image,
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit_c2d.cpp1165 copybit_image_t dst_image; local
1166 dst_image.w = dst->w;
1167 dst_image.h = dst->h;
1168 dst_image.format = dst->format;
1169 dst_image.handle = dst->handle;
1198 dst_image.handle = dst_hnd;
1202 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image,

Completed in 230 milliseconds