Searched refs:abs_height (Results 1 – 1 of 1) sorted by relevance
159 int abs_height = (height < 0) ? -height : height; in ConvertNV12ToRGB565() local161 const uint8_t* uvInterlaced = src_frame + (width * abs_height); in ConvertNV12ToRGB565()