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

  /external/libvpx/libvpx/vp8/common/
swapyv12buffer.c 14 void vp8_swap_yv12_buffer(YV12_BUFFER_CONFIG *new_frame, YV12_BUFFER_CONFIG *last_frame)
18 temp = last_frame->buffer_alloc;
19 last_frame->buffer_alloc = new_frame->buffer_alloc;
22 temp = last_frame->y_buffer;
23 last_frame->y_buffer = new_frame->y_buffer;
26 temp = last_frame->u_buffer;
27 last_frame->u_buffer = new_frame->u_buffer;
30 temp = last_frame->v_buffer;
31 last_frame->v_buffer = new_frame->v_buffer;
swapyv12buffer.h 17 void vp8_swap_yv12_buffer(YV12_BUFFER_CONFIG *new_frame, YV12_BUFFER_CONFIG *last_frame);
  /external/qemu/android/camera/
camera-capture-windows.c 88 void* last_frame; member in struct:WndCameraDevice
89 /* Byte size of the 'last_frame' buffer. */
150 if (cd->last_frame != NULL) {
151 free(cd->last_frame);
184 if (cd->last_frame != NULL) {
185 free(cd->last_frame);
186 cd->last_frame = NULL;
218 if (wcd->last_frame != NULL) {
219 free(wcd->last_frame);
221 wcd->last_frame = malloc(wcd->last_frame_size)
    [all...]
  /external/srec/srec/crec/
get_fram.c 112 prep->last_frame = (featdata *) CALLOC(prep->dim, sizeof(featdata),
113 "srec.prep->last_frame");
161 FREE((char *)prep->last_frame);
238 ASSERT(prep->last_frame);
239 memcpy(prep->last_frame, frame_ptr,
433 if (prep->last_frame[ii] != frame_ptr[ii])
  /external/srec/srec/include/
pre_desc.h 144 featdata *last_frame; /* last frame processed in frame buffer */ member in struct:__anon15445
  /external/v8/src/
frames.cc 301 StackFrame* last_frame = iterator_.frame(); local
302 Address last_sp = last_frame->sp(), last_fp = last_frame->fp();
304 iteration_done_ = !IsValidFrame(last_frame) ||
305 !CanIterateHandles(last_frame, iterator_.handler()) ||
306 !IsValidCaller(last_frame);
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 57 ReportStack *last_frame = 0; local
71 last_frame2 = last_frame;
72 last_frame = ent;
77 const char *last = last_frame->func;
  /external/webp/src/demux/
demux.c 182 const Frame* last_frame = NULL; local
185 last_frame = *f;
188 if (last_frame != NULL && !last_frame->complete_) return 0;
  /external/flac/libFLAC/
stream_decoder.c 201 FLAC__Frame last_frame; /* holds the info of the last frame we seeked to */ member in struct:FLAC__StreamDecoderPrivate
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 2710 FIRSTPASS_STATS last_frame; local
    [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc     [all...]

Completed in 567 milliseconds