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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
init.cpp 703 AVCEnc_Status InitFrame(AVCEncObject *encvid)
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 226 struct InitFrame {
240 std::ostream& operator<<(std::ostream& os, const InitFrame& frame) {
251 std::ostream& operator<<(std::ostream& os, const InitFrame (&frames)[N]) {
265 // Convert a const array of InitFrame structs to the format used at
269 const InitFrame (&source_frames)[N]) {
273 const InitFrame& source_frame = source_frames[i];
292 // |frames| is an array of InitFrame. |frames| needs to be passed by pointer
302 // InitFrame objects. Although it is possible to compose built-in GoogleMock
309 EqualsFramesMatcher(const InitFrame (*expect_frames)[N])
320 const InitFrame& expected_frame = (*expect_frames_)[i]
    [all...]

Completed in 192 milliseconds