Lines Matching refs:timestamp
281 int64_t timestamp = 0L; in threadLoop() local
292 captureRGB(b.img, b.width, b.height, b.stride, ×tamp); in threadLoop()
296 captureRGBA(b.width, b.height, b.stride, ×tamp, b.buffer); in threadLoop()
298 captureRGBA(b.img, b.width, b.height, b.stride, ×tamp); in threadLoop()
353 captureYU12(b.width, b.height, b.stride, ×tamp, b.buffer); in threadLoop()
355 captureYU12(b.img, b.width, b.height, b.stride, ×tamp); in threadLoop()
364 if (timestamp != 0UL) { in threadLoop()
365 mNextCaptureTime = timestamp; in threadLoop()
395 uint32_t stride, int64_t *timestamp) { in captureRGBA() argument
456 exposureCompensation, timestamp); in captureRGBA()
462 uint32_t stride, int64_t *timestamp, buffer_handle_t* handle) { in captureRGBA() argument
496 exposureCompensation, timestamp); in captureRGBA()
501 …r::captureRGB(uint8_t *img, uint32_t width, uint32_t height, uint32_t stride, int64_t *timestamp) { in captureRGB() argument
506 int64_t *timestamp) { in captureYU12() argument
566 exposureCompensation, timestamp); in captureYU12()
572 int64_t *timestamp, buffer_handle_t* handle) { in captureYU12() argument
606 exposureCompensation, timestamp); in captureYU12()