Searched refs:this_time (Results 1 – 2 of 2) sorted by relevance
500 GstClockTime this_time, next_time; in theora_parse_push_buffer() local502 this_time = gst_util_uint64_scale_int (GST_SECOND * frame, in theora_parse_push_buffer()509 GST_BUFFER_OFFSET (buf) = this_time; in theora_parse_push_buffer()510 GST_BUFFER_TIMESTAMP (buf) = this_time; in theora_parse_push_buffer()511 GST_BUFFER_DURATION (buf) = next_time - this_time; in theora_parse_push_buffer()
1191 gsize this_time = 1, bytes_written = 0; in g_io_channel_flush() local1201 g_assert (this_time > 0); in g_io_channel_flush()1206 &this_time, error); in g_io_channel_flush()1207 bytes_written += this_time; in g_io_channel_flush()2278 gsize did_write = 0, this_time; in g_io_channel_write_chars() local2284 - did_write, &this_time, error); in g_io_channel_write_chars()2285 did_write += this_time; in g_io_channel_write_chars()