Home
last modified time | relevance | path

Searched refs:renderTimeNs (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddecoder_surface_filter.cpp715 void DecoderSurfaceFilter::ConsumeVideoFrame(uint32_t index, bool isRender, int64_t renderTimeNs) in ConsumeVideoFrame() argument
717 …OG_D("ConsumeVideoFrame idx " PUBLIC_LOG_U32 " renderTimeNs " PUBLIC_LOG_D64, index, renderTimeNs); in ConsumeVideoFrame()
718 Filter::ProcessOutputBuffer(isRender, 0, true, index, renderTimeNs); in ConsumeVideoFrame()
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Ddecoder_surface_filter.h105 void ConsumeVideoFrame(uint32_t index, bool isRender, int64_t renderTimeNs = 0L);