GetTempOutFile(): use testing::TempDir()
authorJames Zern <jzern@google.com>
Sat, 21 May 2022 02:15:47 +0000 (19:15 -0700)
committerJames Zern <jzern@google.com>
Thu, 26 May 2022 02:36:42 +0000 (02:36 +0000)
commit58919dd7f1c96faffc89f3875267690bc2bbd237
treed6b08c061a4d021f3421c0a1733e820f3456fd1c
parentc0cee345a36592d162a8c55349a517b84ef5810c
GetTempOutFile(): use testing::TempDir()

rather than tmpfile(). this allows for setting the path with TEST_TMPDIR
and provides a valid default for android.

Change-Id: Iecb26f381b6a6ec97da62cfa0b7200f427440a2f
test/video_source.h