HomeSort by relevance Sort by last modified time
    Searched refs:frames2 (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 317 int frames2 = countFrames( local
320 assertEquals("different number of frames when using Surface", frames1, frames2);
330 int frames2 = countFrames( local
333 assertEquals("different number of frames when using Surface", frames1, frames2);
343 int frames2 = countFrames( local
346 assertEquals("different number of frames when using Surface", frames1, frames2);
356 int frames2 = countFrames( local
359 assertEquals("different number of frames when using Surface", frames1, frames2);
369 int frames2 = countFrames( local
372 assertEquals("different number of frames when using Surface", frames1, frames2);
488 int frames2 = countFrames(video, RESET_MODE_RECONFIGURE, -1 \/* eosframe *\/, s); local
494 int frames2 = countFrames(video, RESET_MODE_RECONFIGURE, -1 \/* eosframe *\/, s); local
    [all...]
  /external/chromium_org/net/websockets/
websocket_frame_parser_unittest.cc 217 ScopedVector<WebSocketFrameChunk> frames2; local
218 EXPECT_TRUE(parser.Decode(&input2.front(), input2.size(), &frames2));
220 EXPECT_EQ(1u, frames2.size());
221 if (frames2.size() != 1u)
223 WebSocketFrameChunk* frame2 = frames2[0];
284 ScopedVector<WebSocketFrameChunk> frames2; local
285 EXPECT_TRUE(parser.Decode(&input2.front(), input2.size(), &frames2));
287 EXPECT_EQ(1u, frames2.size());
288 if (frames2.size() != 1u)
290 WebSocketFrameChunk* frame2 = frames2[0]
    [all...]

Completed in 28 milliseconds