Searched defs:frame_id (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/debug/
H A Ddebug-evaluate.cc48 StackFrame::Id frame_id,
56 StackTraceFrameIterator it(isolate, frame_id);
47 Local(Isolate* isolate, StackFrame::Id frame_id, int inlined_jsframe_index, Handle<String> source, bool throw_on_side_effect) argument
H A Ddebug.cc967 StackFrame::Id frame_id = break_frame_id(); local
969 if (frame_id == StackFrame::NO_ID) return;
976 StackTraceFrameIterator frames_it(isolate_, frame_id);
/external/ImageMagick/coders/
H A Dcin.c135 frame_id[32],
693 offset+=ReadBlob(image,sizeof(cin.film.frame_id),(unsigned char *)
694 cin.film.frame_id);
695 (void) CopyMagickString(property,cin.film.frame_id,
696 sizeof(cin.film.frame_id));
697 (void) SetImageProperty(image,"dpx:film.frame_id",property,exception);
1185 value=GetCINProperty(image_info,image,"dpx:film.frame_id",exception);
1187 (void) CopyMagickString(cin.film.frame_id,value,sizeof(cin.film.frame_id));
1188 offset+=WriteBlob(image,sizeof(cin.film.frame_id),(unsigne
133 frame_id[32], member in struct:_CINFilmInfo
[all...]
H A Ddpx.c191 frame_id[32],
1001 offset+=ReadBlob(image,sizeof(dpx.film.frame_id),(unsigned char *)
1002 dpx.film.frame_id);
1003 if (*dpx.film.frame_id != '\0')
1004 (void) FormatImageProperty(image,"dpx:film.frame_id","%.32s",
1005 dpx.film.frame_id);
1850 (void) ResetMagickMemory(dpx.film.frame_id,0,sizeof(dpx.film.frame_id));
1851 value=GetDPXProperty(image,"dpx:film.frame_id",exception);
1853 (void) strncpy(dpx.film.frame_id,valu
188 frame_id[32], member in struct:_DPXFilmInfo
[all...]
/external/libchrome/base/debug/
H A Dstack_trace_posix.cc141 void OutputFrameId(intptr_t frame_id, BacktraceOutputHandler* handler) { argument
147 internal::itoa_r(frame_id, buf, sizeof(buf), 10, 1);
/external/libvncserver/libvncclient/
H A Dh264.c47 static unsigned int frame_id = 0; variable
185 frame_id = 0;
301 DebugLog(("%s: frame_id=%d va_surface_id[%d]=0x%x field_order_count=%d\n", __FUNCTION__, frame_id, sid, va_surface_id[sid], field_order_count));
304 va_picture_h264.frame_idx = frame_id;
331 pic_param_buf->frame_num = frame_id;
455 ++frame_id;
456 if (frame_id > 15) {
457 frame_id = 0;
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4491 dbus_int32_t frame_id; local
4495 dbus_message_iter_get_basic(&iter, &frame_id);
4496 if (frame_id < 0 || frame_id >= NUM_VENDOR_ELEM_FRAMES) {
4514 wpa_s = wpas_vendor_elem(wpa_s, frame_id);
4515 if (!wpa_s->vendor_elem[frame_id]) {
4516 wpa_s->vendor_elem[frame_id] = wpabuf_alloc_copy(ielems, len);
4521 if (wpabuf_resize(&wpa_s->vendor_elem[frame_id], len) < 0) {
4526 wpabuf_put_data(wpa_s->vendor_elem[frame_id], ielems, len);
4537 dbus_int32_t frame_id; local
4585 dbus_int32_t frame_id; local
[all...]

Completed in 1142 milliseconds