Home
last modified time | relevance | path

Searched refs:got_image_format (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dandroid_camera.c90 atomic_int got_image_format; member
410 if (!atomic_load(&ctx->got_image_format)) { in image_available()
417 atomic_store(&ctx->got_image_format, 1); in image_available()
630 while (!atomic_load(&ctx->got_image_format) && !atomic_load(&ctx->exit)) { in wait_for_image_format()
635 return atomic_load(&ctx->got_image_format); in wait_for_image_format()
775 atomic_init(&ctx->got_image_format, 0); in android_camera_read_header()

Completed in 2 milliseconds