Searched refs:renderTimeNs (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | decoder_surface_filter.cpp | 715 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 D | decoder_surface_filter.h | 105 void ConsumeVideoFrame(uint32_t index, bool isRender, int64_t renderTimeNs = 0L);
|