Home
last modified time | relevance | path

Searched refs:TestFrame (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/omx/tests/
DFrameDropper_test.cpp28 struct TestFrame { struct
33 static const TestFrame testFrames20Fps[] = {
41 static const TestFrame testFrames30Fps[] = {
49 static const TestFrame testFrames40Fps[] = {
57 static const TestFrame testFrames60Fps[] = {
65 static const TestFrame testFramesVariableFps[] = {
99 void RunTest(const TestFrame* frames, size_t size) { in RunTest()