Home
last modified time | relevance | path

Searched refs:myrgba (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp170 uint32_t* myrgba = new uint32_t[width * height]; in create_texture_dotx() local
171 nv21_to_rgba8888(rawData, myrgba, width, height); in create_texture_dotx()
173 convert_to_square(myrgba, myrgba2, width, height, width); in create_texture_dotx()
184 delete[] myrgba; in create_texture_dotx()