Home
last modified time | relevance | path

Searched defs:renderFrame (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_audio_sink.cpp157 void AudioSink::UpdateAudioPts(int64_t lastPts, int64_t &timestamp, CodecBuffer &renderFrame) in UpdateAudioPts()
184 int32_t AudioSink::GetRenderFrame(PlayerBufferInfo &renderFrame, const PlayerBufferInfo &frame) in GetRenderFrame()
247 int32_t AudioSink::WriteToAudioDevice(CodecBuffer &renderFrame) in WriteToAudioDevice()
274 PlayerBufferInfo renderFrame; in RenderFrame() local
H A Dplayer_video_sink.cpp302 int32_t VideoSink::GetRenderFrame(PlayerBufferInfo &renderFrame, PlayerBufferInfo &frame) in GetRenderFrame()
365 int32_t VideoSink::WriteToVideoDevice(CodecBuffer &renderFrame) in WriteToVideoDevice()
380 PlayerBufferInfo renderFrame; in RenderFrame() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_display_render_node_drawable_test.cpp245 auto renderFrame = std::make_unique<RSRenderFrame>(nullptr, nullptr); variable
272 auto renderFrame = std::make_unique<RSRenderFrame>(nullptr, nullptr); variable
299 auto renderFrame = std::make_unique<RSRenderFrame>(nullptr, nullptr); variable
326 auto renderFrame = std::make_unique<RSRenderFrame>(nullptr, nullptr); variable
356 auto renderFrame = std::make_unique<RSRenderFrame>(nullptr, nullptr); variable
384 auto renderFrame = std::make_unique<RSRenderFrame>(nullptr, nullptr); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_physical_screen_processor.cpp91 auto renderFrame = renderEngine_->RequestFrame(surface, renderFrameConfig_, forceCPU); in Redraw() local
H A Drs_base_render_engine.cpp448 void RSBaseRenderEngine::SetUiTimeStamp(const std::unique_ptr<RSRenderFrame>& renderFrame, in SetUiTimeStamp()
H A Drs_hardware_thread.cpp589 auto renderFrame = uniRenderEngine_->RequestFrame(frameBufferSurfaceOhos_, renderFrameConfig, in Redraw() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_rcd_render_visitor.cpp113 auto renderFrame = renderEngine_->RequestFrame(rsSurface, in ProcessRcdSurfaceRenderNode() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp400 auto renderFrame = nodeDrawable->RequestFrame(renderContext_, grContext_); in DrawableCacheWithDma() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp306 …auto renderFrame = renderEngine->RequestFrame(std::static_pointer_cast<RSSurfaceOhos>(rsSurface), … in RequestFrame() local
715 auto renderFrame = RequestFrame(*params, processor); in OnDraw() local
1104 auto renderFrame = RequestFrame(params, processor); in WiredScreenProjection() local
1194std::unique_ptr<RSRenderFrame>& renderFrame, RSDisplayRenderParams& params, Drawing::Matrix canvas… in CalculateVirtualDirtyForWiredScreen()