Home
last modified time | relevance | path

Searched defs:EncodedFrame (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/openscreen/cast/streaming/
H A Dencoded_frame.h24 struct EncodedFrame { struct
41 EncodedFrame(); argument
45 EncodedFrame& operator=(EncodedFrame&&); argument
51 Dependency dependency = UNKNOWN_DEPENDENCY;
55 FrameId frame_id;
60 FrameId referenced_frame_id;
68 RtpTimeTicks rtp_timestamp;
93 OSP_DISALLOW_COPY_AND_ASSIGN(EncodedFrame); argument
/aosp_15_r20/external/libgav1/src/
H A Ddecoder_impl.h52 struct EncodedFrame { struct
53 EncodedFrame(ObuParser* const obu, const DecoderState& state, in EncodedFrame() function
65 const ObuSequenceHeader sequence_header;
66 const ObuFrameHeader frame_header;
67 Vector<TileBuffer> tile_buffers;
68 DecoderState state;
69 TemporalUnit* temporal_unit;
70 RefCountedBufferPtr frame;
71 const int position_in_temporal_unit;
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/
H A Dencoded_video_frame_producer.h29 struct EncodedFrame { struct
30 EncodedImage encoded_image;
31 CodecSpecificInfo codec_specific_info;
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dframe_helpers.cc54 absl::InlinedVector<std::unique_ptr<EncodedFrame>, 4> frames) { in CombineAndDeleteFrames()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_buffer_controller.cc191 absl::InlinedVector<std::unique_ptr<EncodedFrame>, 4> frames, in OnFrameReady()
/aosp_15_r20/development/samples/VirtualDeviceManager/common/proto/
H A Dremote_event.proto124 message EncodedFrame { message
/aosp_15_r20/external/webp/src/mux/
H A Danim_encode.c47 } EncodedFrame; typedef