Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Daudio_encoder_g722.h52 struct EncoderState { struct
56 EncoderState(); argument
Daudio_encoder_g722.cc152 AudioEncoderG722::EncoderState::EncoderState() { in EncoderState() function in webrtc::AudioEncoderG722::EncoderState
/external/pdfium/third_party/libtiff/
Dtif_zip.c84 #define EncoderState(tif) ZState(tif) macro
Dtif_lzw.c159 #define EncoderState(tif) ((LZWCodecState*) LZWState(tif)) macro
Dtif_pixarlog.c597 #define EncoderState(tif) ((PixarLogState*) (tif)->tif_data) macro
Dtif_fax3.c90 #define EncoderState(tif) ((Fax3CodecState*) Fax3State(tif)) macro
Dtif_luv.c175 #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/webrtc/modules/video_coding/
Dqm_select.h108 enum EncoderState { enum