/hardware/intel/common/libva/test/videoprocess/ |
D | videoprocess.cpp | 670 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/ |
D | psb_surface_ext.h | 107 float global_alpha; member
|
D | psb_output.h | 326 float global_alpha
|
D | psb_output.c | 1536 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()
|
D | psb_drv_video.h | 626 unsigned int global_alpha; member
|
D | psb_texture.c | 653 sBltVP.subpicGlobalAlpha[i] = obj_subpic->global_alpha;
|
/hardware/intel/common/libva/va/ |
D | va_vpp.h | 383 float global_alpha; member
|
D | va_backend.h | 313 float global_alpha
|
D | va.c | 1434 float global_alpha in vaSetSubpictureGlobalAlpha() argument 1441 return ctx->vtable->vaSetSubpictureGlobalAlpha ( ctx, subpicture, global_alpha ); in vaSetSubpictureGlobalAlpha()
|
D | va.h | 3057 float global_alpha
|
/hardware/ti/omap4-aah/kernel-headers-ti/video/ |
D | dsscomp.h | 220 __u8 global_alpha; member
|
/hardware/qcom/display/msm8960/libcopybit/ |
D | c2d2.h | 385 uint32 global_alpha; /* 0 = fully transparent, 255 = fully opaque */ member
|
D | copybit_c2d.cpp | 1288 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/ |
D | c2d2.h | 385 uint32 global_alpha; /* 0 = fully transparent, 255 = fully opaque */ member
|
D | copybit_c2d.cpp | 1325 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/ |
D | c2d2.h | 385 uint32 global_alpha; /* 0 = fully transparent, 255 = fully opaque */ member
|
D | copybit_c2d.cpp | 1316 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/ |
D | c2d2.h | 385 uint32 global_alpha; /* 0 = fully transparent, 255 = fully opaque */ member
|
D | copybit_c2d.cpp | 1316 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/ |
D | c2d2.h | 385 uint32 global_alpha; /* 0 = fully transparent, 255 = fully opaque */ member
|
D | copybit_c2d.cpp | 1322 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/ |
D | videodev2.h | 577 __u8 global_alpha; member
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | videodev2.h | 788 __u8 global_alpha; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | videodev2.h | 791 __u8 global_alpha; member
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | videodev2.h | 579 __u8 global_alpha; member
|