Home
last modified time | relevance | path

Searched defs:IsKeyFrame (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/video/
H A Drtp_video_stream_receiver_frame_transformer_delegate.cc47 bool IsKeyFrame() const override { in IsKeyFrame() function in webrtc::__anon83c677b80111::TransformableVideoReceiverFrame
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video_frame_transformer_delegate.cc63 bool IsKeyFrame() const override { in IsKeyFrame() function in webrtc::__anonf0a767780111::TransformableVideoSenderFrame
/aosp_15_r20/external/webp/src/demux/
H A Danim_decode.c196 static int IsKeyFrame(const WebPIterator* const curr, in IsKeyFrame() function
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Djitter_buffer.cc34 bool IsKeyFrame(FrameListPair pair) { in IsKeyFrame() function
H A Dpacket_buffer_unittest.cc106 enum IsKeyFrame { kKeyFrame, kDeltaFrame }; enum in webrtc::video_coding::__anon5ed2caa20111::PacketBufferTest