Home
last modified time | relevance | path

Searched refs:EncoderSession (Results 1 – 4 of 4) sorted by relevance

/external/flac/src/flac/
Dencode.c113 } EncoderSession; typedef
136 static FLAC__bool EncoderSession_construct(EncoderSession *e, encode_options_t options, FLAC__off_t…
137 static void EncoderSession_destroy(EncoderSession *e);
138 static int EncoderSession_finish_ok(EncoderSession *e, int info_align_carry, int info_align_zero, f…
139 static int EncoderSession_finish_error(EncoderSession *e);
140 static FLAC__bool EncoderSession_init_encoder(EncoderSession *e, encode_options_t options);
141 static FLAC__bool EncoderSession_process(EncoderSession *e, const FLAC__int32 * const buffer[], uin…
142 static FLAC__bool EncoderSession_format_is_iff(const EncoderSession *e);
143 …ted_seek_points, int num_requested_seek_points, FLAC__StreamMetadata *cuesheet, EncoderSession *e);
145 static FLAC__bool verify_metadata(const EncoderSession *e, FLAC__StreamMetadata **metadata, uint32_…
[all …]
/external/crosvm/devices/src/virtio/video/encoder/
Dencoder.rs84 pub trait EncoderSession { trait
224 type Session: EncoderSession;
Dmod.rs26 Encoder, EncoderEvent, EncoderSession, InputBufferId, OutputBufferId, SessionConfig,
71 struct Stream<T: EncoderSession> {
94 impl<T: EncoderSession> Stream<T> {
Dlibvda_encoder.rs262 impl<'a> EncoderSession for LibvdaEncoderSession<'a> {