Home | History | Annotate | Download | only in test

Lines Matching refs:decoder_

27       : decoder_(decoder), iter_(NULL) {}
30 return vpx_codec_get_frame(decoder_, &iter_);
34 vpx_codec_ctx_t *decoder_;
45 memset(&decoder_, 0, sizeof(decoder_));
49 vpx_codec_destroy(&decoder_);
55 return DxDataIterator(&decoder_);
64 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
70 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
75 const char *detail = vpx_codec_error_detail(&decoder_);
76 return detail ? detail : vpx_codec_error(&decoder_);
85 &decoder_, cb_get, cb_release, user_priv);
93 const vpx_codec_err_t res = vpx_codec_dec_init(&decoder_,
101 vpx_codec_ctx_t decoder_;