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

  /external/chromium_org/net/websockets/
websocket_frame_parser_test.cc 187 ScopedVector<WebSocketFrameChunk> frames1; local
188 EXPECT_TRUE(parser.Decode(&input1.front(), input1.size(), &frames1));
190 EXPECT_EQ(1u, frames1.size());
191 if (frames1.size() != 1u)
193 WebSocketFrameChunk* frame1 = frames1[0];
254 ScopedVector<WebSocketFrameChunk> frames1; local
255 EXPECT_TRUE(parser.Decode(&input1.front(), input1.size(), &frames1));
257 EXPECT_EQ(1u, frames1.size());
258 if (frames1.size() != 1u)
260 WebSocketFrameChunk* frame1 = frames1[0]
    [all...]
websocket_channel_test.cc 1482 static const InitFrame frames1[] = { local
1515 static const InitFrame frames1[] = { local
1666 static const InitFrame frames1[] = { local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 887 int frames1 = countFrames(testVideo, RESET_MODE_NONE, -1 \/* eosframe *\/, s); local
1106 int frames1 = countFrames(resid, RESET_MODE_NONE, eosFrame, s); local
1239 int frames1 = countFrames(video, RESET_MODE_NONE, -1 \/* eosframe *\/, s); local
    [all...]

Completed in 2366 milliseconds