Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/g722/
Daudio_encoder_g722.h49 struct EncoderState { struct
53 EncoderState(); argument
Daudio_encoder_g722.cc144 AudioEncoderG722Impl::EncoderState::EncoderState() { in EncoderState() function in webrtc::AudioEncoderG722Impl::EncoderState
/external/pdfium/third_party/libtiff/
Dtif_zip.c82 #define EncoderState(tif) ZState(tif) macro
Dtif_lzw.c158 #define EncoderState(tif) ((LZWCodecState*) LZWState(tif)) macro
Dtif_pixarlog.c595 #define EncoderState(tif) ((PixarLogState*) (tif)->tif_data) macro
Dtif_fax3.c88 #define EncoderState(tif) ((Fax3CodecState*) Fax3State(tif)) macro
Dtif_luv.c173 #define EncoderState(tif) ((LogLuvState*) (tif)->tif_data) macro
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DEncoder.java29 private static class EncoderState { class in Encoder
57 private EncoderState(Core core, int bufferSize) { in EncoderState() method in Encoder.EncoderState
/external/webrtc/api/video_codecs/
Dvideo_encoder_software_fallback_wrapper.cc185 enum class EncoderState { enum in webrtc::__anonfc13b8300111::VideoEncoderSoftwareFallbackWrapper
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc1082 enum class EncoderState { enum in webrtc::VideoStreamEncoderTest::TestEncoder