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

  /external/chromium_org/net/websockets/
websocket_frame_parser_test.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...]
websocket_channel_test.cc 1484 static const InitFrame frames2[] = { local
1519 static const InitFrame frames2[] = { local
1669 static const InitFrame frames2[] = { local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 891 int frames2 = countFrames(testVideo, RESET_MODE_NONE, -1 \/* eosframe *\/, null); local
1240 int frames2 = countFrames(video, RESET_MODE_RECONFIGURE, -1 \/* eosframe *\/, s); local
    [all...]

Completed in 84 milliseconds