Home | History | Annotate | Download | only in src

Lines Matching refs:timestamp

42 	self->timestamp = 0;
199 this_target->timestamp = this_src->timestamp;
235 && this_first->timestamp == this_second->timestamp
286 MIX_RESULT mix_videoframe_set_timestamp(MixVideoFrame * obj, guint64 timestamp) {
289 obj->timestamp = timestamp;
295 guint64 * timestamp) {
296 MIX_VIDEOFRAME_GETTER_CHECK_INPUT (obj, timestamp);
297 *timestamp = obj->timestamp;