Home
last modified time | relevance | path

Searched defs:renderTimeNs (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp253 const void *data, size_t , int64_t mediaTimeUs, nsecs_t renderTimeNs, in render()
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1046 int64_t renderTimeNs; in updatePlaybackDuration() local
5026 int64_t renderTimeNs = 0; in onReleaseOutputBuffer() local
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp667 void onOutputFramesRendered(int64_t mediaTimeUs, nsecs_t renderTimeNs) override { in onOutputFramesRendered()