Home
last modified time | relevance | path

Searched defs:ReadFrame (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/codec/
Dframed_impl.rs28 pub(crate) struct ReadFrame { struct
42 pub(crate) read: ReadFrame, argument
46 impl Default for ReadFrame { implementation
66 impl From<BytesMut> for ReadFrame { implementation
97 fn borrow(&self) -> &ReadFrame { in borrow()
102 fn borrow_mut(&mut self) -> &mut ReadFrame { in borrow_mut()
/aosp_15_r20/external/armnn/samples/common/src/CVUtils/
H A DCvVideoFrameReader.cpp12 std::shared_ptr<cv::Mat> CvVideoFrameReader::ReadFrame() in ReadFrame() function in common::CvVideoFrameReader
79 std::shared_ptr<cv::Mat> CvVideoFrameReaderRgbWrapper::ReadFrame() in ReadFrame() function in common::CvVideoFrameReaderRgbWrapper
/aosp_15_r20/external/webrtc/test/testsupport/
H A Dy4m_frame_reader.cc94 rtc::scoped_refptr<I420Buffer> Y4mFrameReaderImpl::ReadFrame() { in ReadFrame() function in webrtc::test::Y4mFrameReaderImpl
H A Dyuv_frame_reader_unittest.cc68 TEST_F(YuvFrameReaderTest, ReadFrame) { in TEST_F() argument
H A Dyuv_frame_reader.cc119 rtc::scoped_refptr<I420Buffer> YuvFrameReaderImpl::ReadFrame() { in ReadFrame() function in webrtc::test::YuvFrameReaderImpl
H A Dy4m_frame_reader_unittest.cc75 TEST_F(Y4mFrameReaderTest, ReadFrame) { in TEST_F() argument
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_spinel_encoder.cpp43 otError ReadFrame(Spinel::Buffer &aNcpBuffer, uint8_t *aFrame, uint16_t &aFrameLen) in ReadFrame() function
/aosp_15_r20/external/libaom/test/
H A Dcoding_path_sync.cc84 const aom_codec_cx_pkt_t *ReadFrame() { in ReadFrame() function in __anon272c25c90111::CompressedSource
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Daudio_processing_unittest.cc566 bool ApmTest::ReadFrame(FILE* file, in ReadFrame() function in webrtc::__anon837a66230111::ApmTest
590 bool ApmTest::ReadFrame(FILE* file, Int16FrameData* frame) { in ReadFrame() function in webrtc::__anon837a66230111::ApmTest
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go1904 func (fr *http2Framer) ReadFrame() (http2Frame, error) { func