Searched refs:bAux (Results 1 – 1 of 1) sorted by relevance
346 StreamBuffer bAux; in threadLoop() local347 bAux.streamId = 0; in threadLoop()348 bAux.width = b.width; in threadLoop()349 bAux.height = b.height; in threadLoop()350 bAux.format = HAL_PIXEL_FORMAT_RGB_888; in threadLoop()351 bAux.stride = b.width; in threadLoop()352 bAux.buffer = NULL; in threadLoop()354 bAux.img = new uint8_t[b.width * b.height * 3]; in threadLoop()355 mNextCapturedBuffers->push_back(bAux); in threadLoop()