/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/codec/ |
D | framed_impl.rs | 35 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 D | video_frame_writer.cc | 74 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 D | video_frame_writer_unittest.cc | 128 TEST_F(Y4mVideoFrameWriterTest, WriteFrame) { in TEST_F() argument 154 TEST_F(YuvVideoFrameWriterTest, WriteFrame) { in TEST_F() argument
|
H A D | jpeg_frame_writer_ios.cc | 20 bool JpegFrameWriter::WriteFrame(const VideoFrame& /*input_frame*/, in WriteFrame() function in webrtc::test::JpegFrameWriter
|
H A D | y4m_frame_writer.cc | 44 bool Y4mFrameWriterImpl::WriteFrame(const uint8_t* frame_buffer) { in WriteFrame() function in webrtc::test::Y4mFrameWriterImpl
|
H A D | yuv_frame_writer.cc | 52 bool YuvFrameWriterImpl::WriteFrame(const uint8_t* frame_buffer) { in WriteFrame() function in webrtc::test::YuvFrameWriterImpl
|
H A D | jpeg_frame_writer.cc | 35 bool JpegFrameWriter::WriteFrame(const VideoFrame& input_frame, int quality) { in WriteFrame() function in webrtc::test::JpegFrameWriter
|
H A D | fixed_fps_video_frame_writer_adapter.cc | 56 bool FixedFpsVideoFrameWriterAdapter::WriteFrame(const VideoFrame& frame) { in WriteFrame() function in webrtc::test::FixedFpsVideoFrameWriterAdapter
|
H A D | yuv_frame_writer_unittest.cc | 56 TEST_F(YuvFrameWriterTest, WriteFrame) { in TEST_F() argument
|
H A D | y4m_frame_writer_unittest.cc | 60 TEST_F(Y4mFrameWriterTest, WriteFrame) { in TEST_F() argument
|
H A D | fixed_fps_video_frame_writer_adapter_test.cc | 39 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 D | video_dumping.cc | 41 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 D | analyzing_video_sinks_helper_test.cc | 121 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 D | common.cpp | 120 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 D | video_frame.cpp | 210 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 D | CvWindowOutput.cpp | 17 void CvWindowOutput::WriteFrame(std::shared_ptr<cv::Mat>& frame) in WriteFrame() function in common::CvWindowOutput
|
H A D | CvVideoFileWriter.cpp | 20 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 D | chaotic_good_transport.h | 56 auto WriteFrame(const FrameInterface& frame) { in WriteFrame() function
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | bookkeeping_dump.cc | 34 void DumpState::WriteFrame(Interned<Frame> frame) { in WriteFrame() function in perfetto::profiling::DumpState
|
/aosp_15_r20/external/libgav1/examples/ |
H A D | file_writer.cc | 123 bool FileWriter::WriteFrame(const DecoderBuffer& frame_buffer) { in WriteFrame() function in libgav1::FileWriter
|
/aosp_15_r20/device/google/cuttlefish/guest/commands/v4l2_streamer/ |
D | vsock_frame_source.cpp | 128 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 D | ivf_file_writer.cc | 154 bool IvfFileWriter::WriteFrame(const EncodedImage& encoded_image, in WriteFrame() function in webrtc::IvfFileWriter
|
/aosp_15_r20/external/perfetto/src/profiling/common/ |
H A D | interning_output.cc | 82 void InterningOutputTracker::WriteFrame(Interned<Frame> frame, in WriteFrame() function in perfetto::profiling::InterningOutputTracker
|
/aosp_15_r20/external/webrtc/api/test/ |
H A D | peerconnection_quality_test_fixture_unittest.cc | 85 bool WriteFrame(const VideoFrame& frame) override { return true; } in WriteFrame() function
|
/aosp_15_r20/external/libaom/third_party/libwebm/mkvmuxer/ |
H A D | mkvmuxerutil.cc | 550 uint64 WriteFrame(IMkvWriter* writer, const Frame* const frame, in WriteFrame() function
|