Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/g722/
H A Daudio_encoder_g722.h51 struct EncoderState { struct
55 EncoderState(); argument
H A Daudio_encoder_g722.cc144 AudioEncoderG722Impl::EncoderState::EncoderState() { in EncoderState() function in webrtc::AudioEncoderG722Impl::EncoderState
/aosp_15_r20/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DEncoder.java29 private static class EncoderState { class in Encoder
57 private EncoderState(Core core, int bufferSize) { in EncoderState() method in Encoder.EncoderState
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/
Dencoder.rs40 pub trait EncoderState {} interface
/aosp_15_r20/external/webrtc/api/video_codecs/
H A Dvideo_encoder_software_fallback_wrapper.cc185 enum class EncoderState { enum in webrtc::__anonbaca671f0111::VideoEncoderSoftwareFallbackWrapper
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_lzw.c165 #define EncoderState(tif) ((LZWCodecState *)LZWState(tif)) macro
H A Dtif_pixarlog.c674 #define EncoderState(tif) ((PixarLogState *)(tif)->tif_data) macro
H A Dtif_fax3.c95 #define EncoderState(tif) ((Fax3CodecState *)Fax3State(tif)) macro
H A Dtif_luv.c174 #define EncoderState(tif) ((LogLuvState *)(tif)->tif_data) macro
/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_encoder_unittest.cc1323 enum class EncoderState { enum in webrtc::VideoStreamEncoderTest::TestEncoder