Home
last modified time | relevance | path

Searched defs:WriteFrame (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/codec/
Dframed_impl.rs35 pub(crate) struct WriteFrame { struct
43 pub(crate) write: WriteFrame, argument
57 impl Default for WriteFrame { implementation
82 impl From<BytesMut> for WriteFrame { implementation
107 fn borrow(&self) -> &WriteFrame { in borrow()
112 fn borrow_mut(&mut self) -> &mut WriteFrame { in borrow_mut()
283 let WriteFrame { buffer, .. } = pinned.state.borrow_mut(); in poll_flush() localVariable
/aosp_15_r20/external/webrtc/test/testsupport/
H A Dvideo_frame_writer.cc74 bool Y4mVideoFrameWriterImpl::WriteFrame(const webrtc::VideoFrame& frame) { in WriteFrame() function in webrtc::test::Y4mVideoFrameWriterImpl
100 bool YuvVideoFrameWriterImpl::WriteFrame(const webrtc::VideoFrame& frame) { in WriteFrame() function in webrtc::test::YuvVideoFrameWriterImpl
H A Dvideo_frame_writer_unittest.cc128 TEST_F(Y4mVideoFrameWriterTest, WriteFrame) { in TEST_F() argument
154 TEST_F(YuvVideoFrameWriterTest, WriteFrame) { in TEST_F() argument
H A Djpeg_frame_writer_ios.cc20 bool JpegFrameWriter::WriteFrame(const VideoFrame& /*input_frame*/, in WriteFrame() function in webrtc::test::JpegFrameWriter
H A Dy4m_frame_writer.cc44 bool Y4mFrameWriterImpl::WriteFrame(const uint8_t* frame_buffer) { in WriteFrame() function in webrtc::test::Y4mFrameWriterImpl
H A Dyuv_frame_writer.cc52 bool YuvFrameWriterImpl::WriteFrame(const uint8_t* frame_buffer) { in WriteFrame() function in webrtc::test::YuvFrameWriterImpl
H A Djpeg_frame_writer.cc35 bool JpegFrameWriter::WriteFrame(const VideoFrame& input_frame, int quality) { in WriteFrame() function in webrtc::test::JpegFrameWriter
H A Dfixed_fps_video_frame_writer_adapter.cc56 bool FixedFpsVideoFrameWriterAdapter::WriteFrame(const VideoFrame& frame) { in WriteFrame() function in webrtc::test::FixedFpsVideoFrameWriterAdapter
H A Dyuv_frame_writer_unittest.cc56 TEST_F(YuvFrameWriterTest, WriteFrame) { in TEST_F() argument
H A Dy4m_frame_writer_unittest.cc60 TEST_F(Y4mFrameWriterTest, WriteFrame) { in TEST_F() argument
H A Dfixed_fps_video_frame_writer_adapter_test.cc39 bool WriteFrame(const webrtc::VideoFrame& frame) override { in WriteFrame() function in webrtc::test::__anonae11e59f0111::InMemoryVideoWriter
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Dvideo_dumping.cc41 bool WriteFrame(const VideoFrame& frame) override { in WriteFrame() function in webrtc::webrtc_pc_e2e::__anon8f137ab20111::VideoFrameIdsWriter
73 bool WriteFrame(const webrtc::VideoFrame& frame) override { in WriteFrame() function in webrtc::webrtc_pc_e2e::__anon8f137ab20111::BroadcastingFrameWriter
H A Danalyzing_video_sinks_helper_test.cc121 bool WriteFrame(const VideoFrame& frame) override { return true; } in WriteFrame() function in webrtc::webrtc_pc_e2e::__anon389c6ab00111::TestVideoFrameWriterFactory::TestVideoFrameWriter
/aosp_15_r20/external/v4l2_codec2/tests/c2_e2e_test/jni/
H A Dcommon.cpp120 bool IVFWriter::WriteFrame(const uint8_t* data, uint32_t data_size, uint64_t timestamp) { in WriteFrame() function in android::IVFWriter
165 bool OutputFile::WriteFrame(uint32_t data_size, const uint8_t* data) { in WriteFrame() function in android::OutputFile
H A Dvideo_frame.cpp210 bool VideoFrame::WriteFrame(std::ofstream* output_file) const { in WriteFrame() function in android::VideoFrame
/aosp_15_r20/external/armnn/samples/common/src/CVUtils/
H A DCvWindowOutput.cpp17 void CvWindowOutput::WriteFrame(std::shared_ptr<cv::Mat>& frame) in WriteFrame() function in common::CvWindowOutput
H A DCvVideoFileWriter.cpp20 void CvVideoFileWriter::WriteFrame(std::shared_ptr<cv::Mat>& frame) in WriteFrame() function in common::CvVideoFileWriter
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chaotic_good/
H A Dchaotic_good_transport.h56 auto WriteFrame(const FrameInterface& frame) { in WriteFrame() function
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dbookkeeping_dump.cc34 void DumpState::WriteFrame(Interned<Frame> frame) { in WriteFrame() function in perfetto::profiling::DumpState
/aosp_15_r20/external/libgav1/examples/
H A Dfile_writer.cc123 bool FileWriter::WriteFrame(const DecoderBuffer& frame_buffer) { in WriteFrame() function in libgav1::FileWriter
/aosp_15_r20/device/google/cuttlefish/guest/commands/v4l2_streamer/
Dvsock_frame_source.cpp128 void VsockFrameSource::WriteFrame(const std::vector<char>& frame, in WriteFrame() function in cuttlefish::VsockFrameSource
/aosp_15_r20/external/webrtc/modules/video_coding/utility/
H A Divf_file_writer.cc154 bool IvfFileWriter::WriteFrame(const EncodedImage& encoded_image, in WriteFrame() function in webrtc::IvfFileWriter
/aosp_15_r20/external/perfetto/src/profiling/common/
H A Dinterning_output.cc82 void InterningOutputTracker::WriteFrame(Interned<Frame> frame, in WriteFrame() function in perfetto::profiling::InterningOutputTracker
/aosp_15_r20/external/webrtc/api/test/
H A Dpeerconnection_quality_test_fixture_unittest.cc85 bool WriteFrame(const VideoFrame& frame) override { return true; } in WriteFrame() function
/aosp_15_r20/external/libaom/third_party/libwebm/mkvmuxer/
H A Dmkvmuxerutil.cc550 uint64 WriteFrame(IMkvWriter* writer, const Frame* const frame, in WriteFrame() function

12