Home
last modified time | relevance | path

Searched refs:prevbuf (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c972 const struct BUFFER *prevbuf) in firstrecord() argument
985 if (prevbuf) { in firstrecord()
986 prevrph = &prevbuf->block.record; in firstrecord()
987 prevdata = prevbuf->block.data; in firstrecord()
988 blkheadsz = prevbuf->headsz; in firstrecord()
1009 (int)prevbuf->num); in firstrecord()
1027 (long)size,(long)prevbuf->num,(int)k); in firstrecord()
1048 (int)prevbuf->num,(int)k); in firstrecord()
1054 if (prevbuf) in firstrecord()
1057 (int)prevbuf->num, (int)k); in firstrecord()
[all …]
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.c744 if (!videorate->prevbuf) in gst_video_rate_flush_prev()
747 outbuf = gst_buffer_ref (videorate->prevbuf); in gst_video_rate_flush_prev()
767 if (videorate->prevbuf) in gst_video_rate_swap_prev()
768 gst_buffer_unref (videorate->prevbuf); in gst_video_rate_swap_prev()
769 videorate->prevbuf = buffer != NULL ? gst_buffer_ref (buffer) : NULL; in gst_video_rate_swap_prev()
806 if (videorate->prevbuf) { in gst_video_rate_sink_event()
893 } else if (!videorate->drop_only && videorate->prevbuf) { in gst_video_rate_sink_event()
896 if (GST_BUFFER_DURATION_IS_VALID (videorate->prevbuf)) { in gst_video_rate_sink_event()
898 videorate->next_ts + GST_BUFFER_DURATION (videorate->prevbuf); in gst_video_rate_sink_event()
1305 GST_BUFFER_PTS (videorate->prevbuf), &fps_n, &fps_d); in gst_video_rate_check_variable_rate()
[all …]
Dgstvideorate.h45 GstBuffer *prevbuf; member
/third_party/gstreamer/gstplugins_base/
DChangeLog43402 by calling gst_buffer_make_writable() on videorate->prevbuf.
43409 (one ref owned by GstBaseTransform and one in videorate->prevbuf).