HomeSort by relevance Sort by last modified time
    Searched refs:encoder_inst_ptr_ (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_cng.cc 23 encoder_inst_ptr_ = NULL;
30 if (encoder_inst_ptr_ != NULL) {
31 WebRtcCng_FreeEnc(encoder_inst_ptr_);
32 encoder_inst_ptr_ = NULL;
57 if (WebRtcCng_CreateEnc(&encoder_inst_ptr_) < 0) {
58 encoder_inst_ptr_ = NULL;
66 if (encoder_inst_ptr_ != NULL) {
67 WebRtcCng_FreeEnc(encoder_inst_ptr_);
68 encoder_inst_ptr_ = NULL;
acm_ilbc.cc 24 ACMILBC::ACMILBC(int16_t /* codec_id */) : encoder_inst_ptr_(NULL) {}
47 ACMILBC::ACMILBC(int16_t codec_id) : encoder_inst_ptr_(NULL) {
53 if (encoder_inst_ptr_ != NULL) {
54 WebRtcIlbcfix_EncoderFree(encoder_inst_ptr_);
55 encoder_inst_ptr_ = NULL;
63 encoder_inst_ptr_, &in_audio_[in_audio_ix_read_], frame_len_smpl_,
83 return WebRtcIlbcfix_EncoderInit(encoder_inst_ptr_, 20);
87 return WebRtcIlbcfix_EncoderInit(encoder_inst_ptr_, 30);
98 if (WebRtcIlbcfix_EncoderCreate(&encoder_inst_ptr_) < 0) {
112 if (encoder_inst_ptr_ != NULL)
    [all...]
acm_gsmfr.cc 28 ACMGSMFR::ACMGSMFR(int16_t /* codec_id */) : encoder_inst_ptr_(NULL) {}
57 encoder_inst_ptr_(NULL) {}
60 if (encoder_inst_ptr_ != NULL) {
61 WebRtcGSMFR_FreeEnc(encoder_inst_ptr_);
62 encoder_inst_ptr_ = NULL;
70 encoder_inst_ptr_, &in_audio_[in_audio_ix_read_], frame_len_smpl_,
83 if (WebRtcGSMFR_EncoderInit(encoder_inst_ptr_, 1) < 0) {
99 if (WebRtcGSMFR_EncoderInit(encoder_inst_ptr_, 0) < 0) {
113 if (WebRtcGSMFR_EncoderInit(encoder_inst_ptr_,
126 if (WebRtcGSMFR_CreateEnc(&encoder_inst_ptr_) < 0)
    [all...]
acm_opus.cc 27 : encoder_inst_ptr_(NULL),
67 : encoder_inst_ptr_(NULL),
88 if (encoder_inst_ptr_ != NULL) {
89 WebRtcOpus_EncoderFree(encoder_inst_ptr_);
90 encoder_inst_ptr_ = NULL;
97 *bitstream_len_byte = WebRtcOpus_Encode(encoder_inst_ptr_,
118 if (encoder_inst_ptr_ != NULL) {
119 WebRtcOpus_EncoderFree(encoder_inst_ptr_);
120 encoder_inst_ptr_ = NULL;
122 ret = WebRtcOpus_EncoderCreate(&encoder_inst_ptr_,
    [all...]
acm_speex.cc 28 : encoder_inst_ptr_(NULL),
71 ACMSPEEX::ACMSPEEX(int16_t codec_id) : encoder_inst_ptr_(NULL) {
101 if (encoder_inst_ptr_ != NULL) {
102 WebRtcSpeex_FreeEnc(encoder_inst_ptr_);
103 encoder_inst_ptr_ = NULL;
116 encoder_inst_ptr_, &in_audio_[in_audio_ix_read_], encoding_rate_);
139 encoder_inst_ptr_, reinterpret_cast<int16_t*>(bitstream));
145 encoder_inst_ptr_, reinterpret_cast<int16_t*>(bitstream));
154 if (WebRtcSpeex_EncoderInit(encoder_inst_ptr_, vbr_enabled_ ? 1 : 0,
174 if (WebRtcSpeex_EncoderInit(encoder_inst_ptr_, (vbr_enabled_ ? 1 : 0)
    [all...]
acm_g729.cc 29 ACMG729::ACMG729(int16_t /* codec_id */) : encoder_inst_ptr_(NULL) {}
64 encoder_inst_ptr_(NULL) {}
67 if (encoder_inst_ptr_ != NULL) {
69 WebRtcG729_FreeEnc(encoder_inst_ptr_);
70 encoder_inst_ptr_ = NULL;
86 encoder_inst_ptr_, &in_audio_[in_audio_ix_read_], 80,
156 if (WebRtcG729_EncoderInit(encoder_inst_ptr_, 1) < 0) {
172 if (WebRtcG729_EncoderInit(encoder_inst_ptr_, 0) < 0) {
222 return WebRtcG729_EncoderInit(encoder_inst_ptr_,
233 return WebRtcG729_CreateEnc(&encoder_inst_ptr_);
    [all...]
acm_amrwb.cc 47 : encoder_inst_ptr_(NULL),
107 : encoder_inst_ptr_(NULL),
117 if (encoder_inst_ptr_ != NULL) {
118 WebRtcAmrWb_FreeEnc(encoder_inst_ptr_);
119 encoder_inst_ptr_ = NULL;
135 encoder_inst_ptr_, &in_audio_[in_audio_ix_read_], frame_len_smpl_,
158 if (WebRtcAmrWb_EncoderInit(encoder_inst_ptr_, 1) < 0) {
173 if (WebRtcAmrWb_EncoderInit(encoder_inst_ptr_, 0) < 0) {
186 if (encoder_inst_ptr_ == NULL) {
191 status += (WebRtcAmrWb_EncoderInit(encoder_inst_ptr_,
    [all...]
acm_g7291.cc 29 : encoder_inst_ptr_(NULL),
61 : encoder_inst_ptr_(NULL),
72 if (encoder_inst_ptr_ != NULL) {
73 WebRtcG7291_Free(encoder_inst_ptr_);
74 encoder_inst_ptr_ = NULL;
97 encoder_inst_ptr_, &in_audio_[in_audio_ix_read_],
141 if (WebRtcG7291_Create(&encoder_inst_ptr_) < 0) {
154 if (encoder_inst_ptr_ != NULL) {
155 WebRtcG7291_Free(encoder_inst_ptr_);
156 encoder_inst_ptr_ = NULL
    [all...]
acm_amr.cc 50 : encoder_inst_ptr_(NULL),
110 : encoder_inst_ptr_(NULL),
120 if (encoder_inst_ptr_ != NULL) {
121 WebRtcAmr_FreeEnc(encoder_inst_ptr_);
122 encoder_inst_ptr_ = NULL;
138 *bitstream_len_byte = WebRtcAmr_Encode(encoder_inst_ptr_,
163 if (WebRtcAmr_EncoderInit(encoder_inst_ptr_, 1) < 0) {
178 if (WebRtcAmr_EncoderInit(encoder_inst_ptr_, 0) < 0) {
191 status += (WebRtcAmr_EncoderInit(encoder_inst_ptr_,
196 (WebRtcAmr_EncodeBitmode(encoder_inst_ptr_, encoder_packing_format_) < 0
    [all...]
acm_g7221.cc 89 encoder_inst_ptr_(NULL),
120 : encoder_inst_ptr_(NULL),
142 if (encoder_inst_ptr_ != NULL) {
143 delete encoder_inst_ptr_;
144 encoder_inst_ptr_ = NULL;
273 if ((encoder_inst_ptr_ == NULL) || (encoder_inst_ptr_right_ == NULL)) {
304 if (encoder_inst_ptr_ != NULL) {
305 delete encoder_inst_ptr_;
306 encoder_inst_ptr_ = NULL;
acm_g7221c.cc 89 encoder_inst_ptr_(NULL),
120 : encoder_inst_ptr_(NULL),
144 if (encoder_inst_ptr_ != NULL) {
145 delete encoder_inst_ptr_;
146 encoder_inst_ptr_ = NULL;
279 if ((encoder_inst_ptr_ == NULL) || (encoder_inst_ptr_right_ == NULL)) {
310 if (encoder_inst_ptr_ != NULL) {
311 delete encoder_inst_ptr_;
312 encoder_inst_ptr_ = NULL;
acm_cng.h 51 WebRtcCngEncInst* encoder_inst_ptr_; member in class:webrtc::acm2::ACMCNG
acm_g729.h 49 G729_encinst_t_* encoder_inst_ptr_; member in class:webrtc::acm2::ACMG729
acm_g7291.h 43 G729_1_inst_t_* encoder_inst_ptr_; member in class:webrtc::acm2::ACMG729_1
acm_gsmfr.h 45 GSMFR_encinst_t_* encoder_inst_ptr_; member in class:webrtc::acm2::ACMGSMFR
acm_g722.cc 28 encoder_inst_ptr_(NULL),
68 : encoder_inst_ptr_(NULL), encoder_inst_ptr_right_(NULL) {
117 encoder_inst_ptr_, left_channel, frame_len_smpl_,
132 encoder_inst_ptr_, &in_audio_[in_audio_ix_read_], frame_len_smpl_,
157 return WebRtcG722_EncoderInit(encoder_inst_ptr_);
173 encoder_inst_ptr_ = ptr_enc_str_->inst;
acm_amrwb.h 57 AMRWB_encinst_t_* encoder_inst_ptr_; member in class:webrtc::acm2::ACMAMRwb
acm_g722.h 56 G722EncInst* encoder_inst_ptr_; member in class:webrtc::acm2::ACMG722
acm_g7221.h 48 G722_1_Inst_t_* encoder_inst_ptr_; member in class:webrtc::acm2::ACMG722_1
acm_g7221c.h 48 G722_1_Inst_t_* encoder_inst_ptr_; member in class:webrtc::acm2::ACMG722_1C
acm_ilbc.h 47 iLBC_encinst_t_* encoder_inst_ptr_; member in class:webrtc::acm2::ACMILBC
acm_opus.h 51 WebRtcOpusEncInst* encoder_inst_ptr_; member in class:webrtc::acm2::ACMOpus
acm_speex.h 55 SPEEX_encinst_t_* encoder_inst_ptr_; member in class:webrtc::acm2::ACMSPEEX
acm_amr.h 57 AMR_encinst_t_* encoder_inst_ptr_; member in class:webrtc::acm2::ACMAMR

Completed in 145 milliseconds