Home
last modified time | relevance | path

Searched refs:firstframe (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dape.c54 uint32_t firstframe; member
139 av_log(s, AV_LOG_DEBUG, "firstframe = %"PRIu32"\n", ape_ctx->firstframe); in ape_dumpinfo()
256 …ape->firstframe = ape->junklength + ape->descriptorlength + ape->headerlength + ape->seektablele… in ape_read_header()
258 ape->firstframe += ape->totalframes; in ape_read_header()
266 ape->frames[0].pos = ape->firstframe; in ape_read_header()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstmotioncells.h73 firstdatafile, firstframe; member
Dgstmotioncells.cpp377 filter->firstframe = TRUE; in gst_motion_cells_init()
427 if (filter->prevgridx != filter->gridx && !filter->firstframe) { in gst_motion_cells_set_property()
434 if (filter->prevgridy != filter->gridy && !filter->firstframe) { in gst_motion_cells_set_property()
467 if (!filter->firstframe) { in gst_motion_cells_set_property()
896 if (filter->firstframe) { in gst_motion_cells_transform_ip()
898 filter->firstframe = FALSE; in gst_motion_cells_transform_ip()