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

  /external/srec/srec/EventLog/src/
riff.c 86 static void swapInt(int *i)
169 swapInt(&wf->nSamplesPerSec);
170 swapInt(&wf->nAvgBytesPerSec);
359 swapInt(&len);
390 swapInt(&len);
416 swapInt(&len);
473 if (doSwap) swapInt(&swichunk->segs.num_tuples);
502 if (doSwap) swapInt(&num_pairs);
728 swapInt(&wf->nSamplesPerSec);
892 swapInt(&ck.ckLength)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCNSGLVideoView.m 164 GLint swapInt = 1;
165 [[self openGLContext] setValues:&swapInt forParameter:NSOpenGLCPSwapInterval];
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_nsopengl.mm 538 GLint swapInt = 1;
539 [_nsglContext setValues:&swapInt forParameter:NSOpenGLCPSwapInterval];

Completed in 676 milliseconds