HomeSort by relevance Sort by last modified time
    Searched defs:DecoderTest (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
decode_test_driver.h 108 class DecoderTest {
122 explicit DecoderTest(const CodecFactory *codec) : codec_(codec) {}
124 virtual ~DecoderTest() {}
  /external/libvpx/libvpx/test/
decode_test_driver.h 135 class DecoderTest {
167 explicit DecoderTest(const CodecFactory *codec)
172 virtual ~DecoderTest() {}
  /external/v8/test/unittests/wasm/
decoder-unittest.cc 15 class DecoderTest : public TestWithZone {
17 DecoderTest() : decoder(nullptr, nullptr) {}
62 TEST_F(DecoderTest, ReadU32v_OneByte) {
75 TEST_F(DecoderTest, ReadU32v_TwoByte) {
94 TEST_F(DecoderTest, ReadU32v_ThreeByte) {
121 TEST_F(DecoderTest, ReadU32v_FourByte) {
151 TEST_F(DecoderTest, ReadU32v_FiveByte) {
185 TEST_F(DecoderTest, ReadU32v_various) {
200 TEST_F(DecoderTest, ReadI32v_OneByte) {
217 TEST_F(DecoderTest, ReadI32v_TwoByte)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 57 public class DecoderTest extends MediaPlayerTestBase {
58 private static final String TAG = "DecoderTest";
    [all...]

Completed in 271 milliseconds