Home
last modified time | relevance | path

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

/external/v4l2_codec2/tests/
DC2VDAComponent_test.cpp119 struct TestVideoFile { struct
120 enum class CodecType { UNKNOWN, H264, VP8, VP9 };
122 std::string mFilename;
123 std::string mComponentName;
124 CodecType mCodec = CodecType::UNKNOWN;
125 int mWidth = -1;
126 int mHeight = -1;
127 int mNumFrames = -1;
128 int mNumFragments = -1;
129 sp<IMediaSource> mData;