/hardware/intel/common/libva/test/videoprocess/ |
videoprocess.cpp | 208 uint8_t min_luma, 227 /* fill Y plane, the luma values of some pixels is in the range of min_luma~max_luma, 234 memset(y_dst, (min_luma + max_luma) / 2, surface_image.pitches[0]); 671 uint32_t min_luma, max_luma; local 694 state->min_luma = g_blending_min_luma * 1.0 / 256; 698 printf("Blending type = %s, alpha = %f, min_luma = %3d, max_luma = %3d \n", 699 blending_flags_str, global_alpha, min_luma, max_luma); [all...] |
/hardware/intel/common/libva/va/ |
va_vpp.h | 389 * \ref min_luma shall be set to a sensible value lower than \ref max_luma. 391 float min_luma; member in struct:_VABlendState 397 * \ref max_luma shall be set to a sensible value larger than \ref min_luma. [all...] |