Home
last modified time | relevance | path

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

/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
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
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
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/render_thread/
Drs_physical_screen_processor.cpp88 auto renderFrame = renderEngine_->RequestFrame(surface, renderFrameConfig_, forceCPU); in Redraw() local
Drs_base_render_engine.cpp282 void RSBaseRenderEngine::SetUiTimeStamp(const std::unique_ptr<RSRenderFrame>& renderFrame, in SetUiTimeStamp()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/feature/hpae/
Drs_hpae_buffer.cpp79 …auto renderFrame = uniRenderEngine->RequestFrame(std::static_pointer_cast<RSSurfaceOhos>(rsSurface… in RequestFrame() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/feature/round_corner_display/
Drs_rcd_surface_render_node_drawable.cpp239 auto renderFrame = renderEngine->RequestFrame(rsSurface, in ProcessRcdSurfaceRenderNode() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
Drs_screen_render_node_drawable.cpp216 … auto renderFrame = renderEngine->RequestFrame(std::static_pointer_cast<RSSurfaceOhos>(rsSurface), in RequestFrame() local
853 auto renderFrame = RequestFrame(*params, processor); in OnDraw() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
Drs_base_render_unit_test.cpp616 auto renderFrame = std::make_unique<RSRenderFrame>(nullptr, nullptr); variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/render_thread/
Drs_base_render_engine_test.cpp616 auto renderFrame = std::make_unique<RSRenderFrame>(nullptr, nullptr); variable
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/feature/hdr/
Drs_hdr_util.cpp565 std::unique_ptr<RSRenderFrame>& renderFrame) in SetMetadata()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/hardware_thread/
Drs_hardware_thread.cpp952 auto renderFrame = uniRenderEngine_->RequestFrame(frameBufferSurfaceOhos, renderFrameConfig, in Redraw() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
Drs_screen_render_node_drawable_test.cpp1965 auto renderFrame = screenDrawable_->RequestFrame(*params, processor); variable