Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/video/
H A Drtp_video_stream_receiver_frame_transformer_delegate.cc23 class TransformableVideoReceiverFrame class
26 TransformableVideoReceiverFrame(std::unique_ptr<RtpFrameObject> frame, in TransformableVideoReceiverFrame() function in webrtc::__anon83c677b80111::TransformableVideoReceiverFrame
31 ~TransformableVideoReceiverFrame() override = default;
98 std::make_unique<TransformableVideoReceiverFrame>(std::move(frame), in TransformFrame()
120 static_cast<TransformableVideoReceiverFrame*>(frame.release())); in ManageFrame()