Searched refs:setInitialTimestamp (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/cpp/computepipe/runner/input_manager/ | ||
D | VideoDecoder.h | 50 void setInitialTimestamp(int64_t timestampMicros); |
D | VideoInputManager.cpp | 110 mVideoDecoders[i]->setInitialTimestamp(timestamp); in startDecoders() |
D | VideoDecoder.cpp | 83 void VideoDecoder::setInitialTimestamp(int64_t timestampMicros) { in setInitialTimestamp() function in android::automotive::computepipe::runner::input_manager::VideoDecoder |