Searched defs:InputFrame (Results 1 – 7 of 7) sorted by relevance
133 struct InputFrame { struct134 uint8_t *buffer = nullptr;135 int32_t width = 0;159 int32_t GetInputFrameFromAVBuffer(std::shared_ptr<AVBuffer> &buffer, InputFrame &inFrame); argument
29 void RtpPackImpl::InputFrame(const Frame::Ptr &frame) in InputFrame() function in OHOS::Sharing::RtpPackImpl
139 void RtpDecoderAAC::InputFrame(const Frame::Ptr &frame) in InputFrame() function in OHOS::Sharing::RtpDecoderAAC173 void RtpEncoderAAC::InputFrame(const Frame::Ptr &frame) in InputFrame() function in OHOS::Sharing::RtpEncoderAAC
83 void RtpEncoderG711::InputFrame(const Frame::Ptr &frame) in InputFrame() function in OHOS::Sharing::RtpEncoderG711
189 void RtpEncoderH264::InputFrame(const Frame::Ptr &frame) in InputFrame() function in OHOS::Sharing::RtpEncoderH264227 bool RtpEncoderH264::InputFrame(const Frame::Ptr &frame, bool isMark) in InputFrame() function in OHOS::Sharing::RtpEncoderH264
270 void RtpEncoderTs::InputFrame(const Frame::Ptr &frame) in InputFrame() function in OHOS::Sharing::RtpEncoderTs
35 bool FrameMerger::InputFrame(const Frame::Ptr &frame, DataBuffer::Ptr &buffer, const onOutput &cb) in InputFrame() function in OHOS::Sharing::FrameMerger