Lines Matching refs:timestamp
269 int64_t timestamp = 0L; in threadLoop() local
280 captureRGB(b.img, b.width, b.height, b.stride, ×tamp); in threadLoop()
283 captureRGBA(b.img, b.width, b.height, b.stride, ×tamp); in threadLoop()
306 captureNV21(b.img, b.width, b.height, b.stride, ×tamp); in threadLoop()
314 if (timestamp != 0UL) { in threadLoop()
315 mNextCaptureTime = timestamp; in threadLoop()
345 uint32_t stride, int64_t *timestamp) { in captureRGBA() argument
405 exposureCompensation, timestamp); in captureRGBA()
410 …r::captureRGB(uint8_t *img, uint32_t width, uint32_t height, uint32_t stride, int64_t *timestamp) { in captureRGB() argument
414 …::captureNV21(uint8_t *img, uint32_t width, uint32_t height, uint32_t stride, int64_t *timestamp) { in captureNV21() argument
474 exposureCompensation, timestamp); in captureNV21()