HomeSort by relevance Sort by last modified time
    Searched refs:max_luma (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libva/va/
va_vpp.h 389 * \ref min_luma shall be set to a sensible value lower than \ref max_luma.
397 * \ref max_luma shall be set to a sensible value larger than \ref min_luma.
399 float max_luma; member in struct:_VABlendState
    [all...]
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 209 uint8_t max_luma)
227 /* fill Y plane, the luma values of some pixels is in the range of min_luma~max_luma,
232 memset(y_dst, max_luma + 1, surface_image.pitches[0]);
234 memset(y_dst, (min_luma + max_luma) / 2, surface_image.pitches[0]);
671 uint32_t min_luma, max_luma; local
695 state->max_luma = g_blending_max_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...]

Completed in 1095 milliseconds