Home
last modified time | relevance | path

Searched refs:global_alpha (Results 1 – 25 of 31) sorted by relevance

12

/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp670 float global_alpha; in blending_state_init() local
677 if (read_value_float(g_config_file_fd, "BLENDING_GLOBAL_ALPHA", &global_alpha)) { in blending_state_init()
678 global_alpha = 1.0 ; in blending_state_init()
679 printf("Use default global alpha : %4f \n", global_alpha); in blending_state_init()
682 state->global_alpha = global_alpha; in blending_state_init()
699 blending_flags_str, global_alpha, min_luma, max_luma); in blending_state_init()
/hardware/intel/img/psb_video/src/
Dpsb_surface_ext.h107 float global_alpha; member
Dpsb_output.h326 float global_alpha
Dpsb_output.c1536 obj_subpic->global_alpha = 255; in psb_CreateSubpicture()
1668 float global_alpha in psb_SetSubpictureGlobalAlpha() argument
1673 if (global_alpha < 0 || global_alpha > 1) { in psb_SetSubpictureGlobalAlpha()
1674 …ROR, "Invalid global alpha value %07f, global alpha value should between 0 and 1\n", global_alpha); in psb_SetSubpictureGlobalAlpha()
1684 obj_subpic->global_alpha = global_alpha * 255; in psb_SetSubpictureGlobalAlpha()
Dpsb_drv_video.h626 unsigned int global_alpha; member
Dpsb_texture.c653 sBltVP.subpicGlobalAlpha[i] = obj_subpic->global_alpha;
/hardware/intel/common/libva/va/
Dva_vpp.h383 float global_alpha; member
Dva_backend.h313 float global_alpha
Dva.c1434 float global_alpha in vaSetSubpictureGlobalAlpha() argument
1441 return ctx->vtable->vaSetSubpictureGlobalAlpha ( ctx, subpicture, global_alpha ); in vaSetSubpictureGlobalAlpha()
Dva.h3057 float global_alpha
/hardware/ti/omap4-aah/kernel-headers-ti/video/
Ddsscomp.h220 __u8 global_alpha; member
/hardware/qcom/display/msm8960/libcopybit/
Dc2d2.h385 uint32 global_alpha; /* 0 = fully transparent, 255 = fully opaque */ member
Dcopybit_c2d.cpp1288 src_surface.global_alpha = ctx->src_global_alpha; in stretch_copybit_internal()
1292 if(!(src_surface.global_alpha)) { in stretch_copybit_internal()
/hardware/qcom/display/msm8994/libcopybit/
Dc2d2.h385 uint32 global_alpha; /* 0 = fully transparent, 255 = fully opaque */ member
Dcopybit_c2d.cpp1325 src_surface.global_alpha = ctx->src_global_alpha; in stretch_copybit_internal()
1329 if(!(src_surface.global_alpha)) { in stretch_copybit_internal()
/hardware/qcom/display/msm8974/libcopybit/
Dc2d2.h385 uint32 global_alpha; /* 0 = fully transparent, 255 = fully opaque */ member
Dcopybit_c2d.cpp1316 src_surface.global_alpha = ctx->src_global_alpha; in stretch_copybit_internal()
1320 if(!(src_surface.global_alpha)) { in stretch_copybit_internal()
/hardware/qcom/display/msm8084/libcopybit/
Dc2d2.h385 uint32 global_alpha; /* 0 = fully transparent, 255 = fully opaque */ member
Dcopybit_c2d.cpp1316 src_surface.global_alpha = ctx->src_global_alpha; in stretch_copybit_internal()
1320 if(!(src_surface.global_alpha)) { in stretch_copybit_internal()
/hardware/qcom/display/msm8226/libcopybit/
Dc2d2.h385 uint32 global_alpha; /* 0 = fully transparent, 255 = fully opaque */ member
Dcopybit_c2d.cpp1322 src_surface.global_alpha = ctx->src_global_alpha; in stretch_copybit_internal()
1326 if(!(src_surface.global_alpha)) { in stretch_copybit_internal()
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h577 __u8 global_alpha; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h788 __u8 global_alpha; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h791 __u8 global_alpha; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h579 __u8 global_alpha; member

12