OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_time_stamp
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
700
int64_t
dst_time_stamp
, dst_end_time_stamp;
local
715
dst_time_stamp
= pts * 10000000 * ctx->cfg.g_timebase.num
724
&sd,
dst_time_stamp
, dst_end_time_stamp)) {
752
cx_data, &
dst_time_stamp
,
773
delta = (dst_end_time_stamp -
dst_time_stamp
);
776
(
dst_time_stamp
* ctx->cfg.g_timebase.den + round)
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
830
int64_t
dst_time_stamp
, dst_end_time_stamp;
local
847
dst_time_stamp
= pts * 10000000 * ctx->cfg.g_timebase.num / ctx->cfg.g_timebase.den;
855
&sd,
dst_time_stamp
, dst_end_time_stamp))
877
&
dst_time_stamp
,
895
delta = (dst_end_time_stamp -
dst_time_stamp
);
898
(
dst_time_stamp
* ctx->cfg.g_timebase.den + round)
[
all
...]
Completed in 411 milliseconds