Home
last modified time | relevance | path

Searched refs:setInitialTimestamp (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoDecoder.h50 void setInitialTimestamp(int64_t timestampMicros);
DVideoInputManager.cpp110 mVideoDecoders[i]->setInitialTimestamp(timestamp); in startDecoders()
DVideoDecoder.cpp83 void VideoDecoder::setInitialTimestamp(int64_t timestampMicros) { in setInitialTimestamp() function in android::automotive::computepipe::runner::input_manager::VideoDecoder