Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/cast/standalone_sender/
H A Dsimulated_capturer.cc99 absl::optional<Clock::duration> SimulatedCapturer::ProcessDecodedFrame( in ProcessDecodedFrame() function in openscreen::cast::SimulatedCapturer
214 const auto delay_adjustment_or_null = ProcessDecodedFrame(*decoded_frame_); in ConsumeNextDecodedFrame()
305 absl::optional<Clock::duration> SimulatedAudioCapturer::ProcessDecodedFrame( in ProcessDecodedFrame() function in openscreen::cast::SimulatedAudioCapturer
H A Dsimulated_capturer.h66 virtual absl::optional<Clock::duration> ProcessDecodedFrame(
152 absl::optional<Clock::duration> ProcessDecodedFrame(
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_hdlc.cpp441 void ProcessDecodedFrame(void *aContext, otError aError) in ProcessDecodedFrame() function
464 decoder.Init(decoderBuffer, ProcessDecodedFrame, &decoderContext); in TestEncoderDecoder()
610 decoder.Init(decoderBuffer, ProcessDecodedFrame, &decoderContext); in TestFuzzEncoderDecoder()