Searched defs:TestVideoFile (Results 1 – 1 of 1) sorted by relevance
119 struct TestVideoFile { struct120 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;