HomeSort by relevance Sort by last modified time
    Searched full:next_frame_timestamp (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/mix_video/src/
mixframemanager.c 455 fm->next_frame_timestamp = timestamp + fm->frame_timestamp_delta;
475 if (timestamp <= fm->next_frame_timestamp + tolerance) {
483 * update next_frame_timestamp only if it falls within the tolerance range
485 if (timestamp >= fm->next_frame_timestamp - tolerance)
487 fm->next_frame_timestamp = timestamp + fm->frame_timestamp_delta;
491 * since we updated next_frame_timestamp, there might be a frame
492 * in the frame_array that satisfying this new next_frame_timestamp
496 fm->frame_array, fm->next_frame_timestamp, tolerance,
502 * update next_frame_timestamp only if it falls within the tolerance range
504 if (timestamp_frame_array >= fm->next_frame_timestamp - tolerance
    [all...]
mixframemanager.h 51 guint64 next_frame_timestamp; member in struct:_MixFrameManager

Completed in 2041 milliseconds