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

  /external/chromium_org/net/websockets/
websocket_channel_test.cc 281 struct InitFrame {
295 std::ostream& operator<<(std::ostream& os, const InitFrame& frame) {
306 std::ostream& operator<<(std::ostream& os, const InitFrame (&frames)[N]) {
320 // Convert a const array of InitFrame structs to the format used at
324 const InitFrame (&source_frames)[N]) {
328 const InitFrame& source_frame = source_frames[i];
347 // |frames| is an array of InitFrame. |frames| needs to be passed by pointer
357 // InitFrame objects. Although it is possible to compose built-in GoogleMock
364 EqualsFramesMatcher(const InitFrame (*expect_frames)[N])
375 const InitFrame& expected_frame = (*expect_frames_)[i]
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 132 AVCEnc_Status InitFrame(AVCEncObject *encvid);
499 This function performs motion estimation of all macroblocks in a frame during the InitFrame.
    [all...]
avcenc_api.cpp 322 status = InitFrame(encvid);
init.cpp 703 AVCEnc_Status InitFrame(AVCEncObject *encvid)
    [all...]

Completed in 221 milliseconds