Home
last modified time | relevance | path

Searched defs:EncodePerfTestVideo (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libvpx/test/
H A Dencode_perf_test.cc26 struct EncodePerfTestVideo { struct
27 EncodePerfTestVideo(const char *name_, uint32_t width_, uint32_t height_, in EncodePerfTestVideo() argument
31 const char *name;
32 uint32_t width;
33 uint32_t height;
34 uint32_t bitrate;
35 int frames;
H A Ddecode_perf_test.cc191 struct EncodePerfTestVideo { struct
192 EncodePerfTestVideo(const char *name_, uint32_t width_, uint32_t height_, in EncodePerfTestVideo() function
196 const char *name;
197 uint32_t width;
198 uint32_t height;
199 uint32_t bitrate;
200 int frames;
H A Dvp9_encoder_parms_get_to_decoder.cc25 struct EncodePerfTestVideo { struct
26 const char *name;
27 uint32_t width;
28 uint32_t height;
29 uint32_t bitrate;
30 int frames;
/aosp_15_r20/external/libaom/test/
H A Dencode_perf_test.cc28 struct EncodePerfTestVideo { struct
29 EncodePerfTestVideo(const char *name_, uint32_t width_, uint32_t height_, in EncodePerfTestVideo() function
33 const char *name;
34 uint32_t width;
35 uint32_t height;
36 uint32_t bitrate;
37 int frames;
H A Ddecode_perf_test.cc172 struct EncodePerfTestVideo { struct
173 EncodePerfTestVideo(const char *name_, uint32_t width_, uint32_t height_, in EncodePerfTestVideo() function
177 const char *name;
178 uint32_t width;
179 uint32_t height;
180 uint32_t bitrate;
181 int frames;