Home | History | Annotate | Download | only in test

Lines Matching defs:encoder_

53       : encoder_(encoder), iter_(NULL) {}
56 return vpx_codec_get_cx_data(encoder_, &iter_);
60 vpx_codec_ctx_t *encoder_;
96 memset(&encoder_, 0, sizeof(encoder_));
100 vpx_codec_destroy(&encoder_);
104 return CxDataIterator(&encoder_);
108 return vpx_codec_get_preview_frame(&encoder_);
120 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
125 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
130 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
136 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
149 const char *detail = vpx_codec_error_detail(&encoder_);
150 return detail ? detail : vpx_codec_error(&encoder_);
160 vpx_codec_ctx_t encoder_;