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

/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp160 int dst_surface_type; member in struct:copybit_context_t
626 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
628 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
634 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
654 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
656 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
1102 int dst_surface_type; local
1104 dst_surface_type = RGB_SURFACE;
1110 dst_surface_type = YUV_SURFACE_2_PLANES;
1112 dst_surface_type
[all...]
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp160 int dst_surface_type; member in struct:copybit_context_t
637 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
639 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
645 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
665 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
667 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
1121 int dst_surface_type; local
1123 dst_surface_type = RGB_SURFACE;
1129 dst_surface_type = YUV_SURFACE_2_PLANES;
1131 dst_surface_type
[all...]
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp160 int dst_surface_type; member in struct:copybit_context_t
626 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
628 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
634 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
654 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
656 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
1102 int dst_surface_type; local
1104 dst_surface_type = RGB_SURFACE;
1110 dst_surface_type = YUV_SURFACE_2_PLANES;
1112 dst_surface_type
[all...]

Completed in 42 milliseconds