Home | History | Annotate | Download | only in enc

Lines Matching refs:encoder

151     AVCEncoder *encoder = static_cast<AVCEncoder *>(userData);
152 CHECK(encoder != NULL);
153 return encoder->allocOutputBuffers(sizeInMbs, numBuffers);
158 AVCEncoder *encoder = static_cast<AVCEncoder *>(userData);
159 CHECK(encoder != NULL);
160 return encoder->bindOutputBuffer(index, yuv);
164 AVCEncoder *encoder = static_cast<AVCEncoder *>(userData);
165 CHECK(encoder != NULL);
166 return encoder->unbindOutputBuffer(index);
303 // is reported when the encoder is initialized.
339 LOGW("Call start() when encoder already started");
346 LOGE("Failed to initialize the encoder: %d", err);
371 LOGW("Call stop() when encoder has not started");