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

  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 72 mCodecCtx(NULL),
133 ivdec_api_function(mCodecCtx, (void *)&s_ctl_ip, (void *)&s_ctl_op);
160 status = ivdec_api_function(mCodecCtx, (void *)&s_ctl_ip, (void *)&s_ctl_op);
194 status = ivdec_api_function(mCodecCtx, (void *)&s_ctl_ip, (void *)&s_ctl_op);
218 mCodecCtx, (void *)&s_set_cores_ip, (void *)&s_set_cores_op);
239 mCodecCtx, (void *)&s_video_flush_ip, (void *)&s_video_flush_op);
255 mCodecCtx = NULL;
275 status = ivdec_api_function(mCodecCtx, (void *)&s_create_ip, (void *)&s_create_op);
281 mCodecCtx = NULL;
285 mCodecCtx = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle
    [all...]
SoftAVCDec.h 61 iv_obj_t *mCodecCtx; // Codec context
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 64 mCodecCtx(NULL),
125 status = ivdec_api_function(mCodecCtx, (void *)&s_ctl_ip,
153 status = ivdec_api_function(mCodecCtx, (void *)&s_ctl_ip,
193 (iv_obj_t *)mCodecCtx, (void *)&s_ctl_get_vui_params_ip,
230 status = ivdec_api_function(mCodecCtx, (void *)&s_ctl_ip,
255 status = ivdec_api_function(mCodecCtx, (void *)&s_set_cores_ip,
277 status = ivdec_api_function(mCodecCtx, (void *)&s_video_flush_ip,
294 mCodecCtx = NULL;
314 status = ivdec_api_function(mCodecCtx, (void *)&s_create_ip, (void *)&s_create_op);
320 mCodecCtx = NULL
    [all...]
SoftHEVC.h 71 iv_obj_t *mCodecCtx; // Codec context
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 65 mCodecCtx(NULL),
132 status = ivdec_api_function(mCodecCtx, (void *)&s_ctl_ip, (void *)&s_ctl_op);
159 status = ivdec_api_function(mCodecCtx, (void *)&s_ctl_ip, (void *)&s_ctl_op);
193 status = ivdec_api_function(mCodecCtx, (void *)&s_ctl_ip, (void *)&s_ctl_op);
221 status = ivdec_api_function(mCodecCtx, (void *)&s_set_cores_ip, (void *)&s_set_cores_op);
242 mCodecCtx, (void *)&s_video_flush_ip, (void *)&s_video_flush_op);
283 mCodecCtx, (void *)&s_num_mem_rec_ip, (void *)&s_num_mem_rec_op);
327 mCodecCtx, (void *)&s_fill_mem_ip, (void *)&s_fill_mem_op);
374 mCodecCtx = (iv_obj_t *)mMemRecords[0].pv_base;
375 mCodecCtx->pv_fxns = dec_fxns
    [all...]
SoftMPEG2.h 74 iv_obj_t *mCodecCtx; // Codec context
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 145 mCodecCtx(NULL) {
170 mCodecCtx = NULL;
216 status = ive_api_function(mCodecCtx, &s_dimensions_ip, &s_dimensions_op);
239 mCodecCtx, (void *) &s_num_cores_ip, (void *) &s_num_cores_op);
265 status = ive_api_function(mCodecCtx, &s_frame_rate_ip, &s_frame_rate_op);
292 status = ive_api_function(mCodecCtx, &s_ipe_params_ip, &s_ipe_params_op);
317 status = ive_api_function(mCodecCtx, &s_bitrate_ip, &s_bitrate_op);
340 status = ive_api_function(mCodecCtx, &s_frame_type_ip, &s_frame_type_op);
375 status = ive_api_function(mCodecCtx, &s_qp_ip, &s_qp_op);
399 status = ive_api_function(mCodecCtx, &s_enc_mode_ip, &s_enc_mode_op)
    [all...]
SoftAVCEnc.h 192 iv_obj_t *mCodecCtx; // Codec context
  /frameworks/av/media/codec2/components/avc/
C2SoftAvcEnc.cpp 441 mCodecCtx(nullptr),
488 mCodecCtx = nullptr;
530 status = ive_api_function(mCodecCtx, &s_dimensions_ip, &s_dimensions_op);
553 mCodecCtx, (void *) &s_num_cores_ip, (void *) &s_num_cores_op);
579 status = ive_api_function(mCodecCtx, &s_frame_rate_ip, &s_frame_rate_op);
606 status = ive_api_function(mCodecCtx, &s_ipe_params_ip, &s_ipe_params_op);
631 status = ive_api_function(mCodecCtx, &s_bitrate_ip, &s_bitrate_op);
654 status = ive_api_function(mCodecCtx, &s_frame_type_ip, &s_frame_type_op);
689 status = ive_api_function(mCodecCtx, &s_qp_ip, &s_qp_op);
713 status = ive_api_function(mCodecCtx, &s_enc_mode_ip, &s_enc_mode_op)
    [all...]
C2SoftAvcEnc.h 181 iv_obj_t *mCodecCtx; // Codec context
  /frameworks/av/media/codec2/components/aom/
C2SoftAomDec.cpp 255 mCodecCtx(nullptr){
295 if (aom_codec_decode(mCodecCtx, nullptr, 0, nullptr)) {
301 while (aom_codec_get_frame(mCodecCtx, &iter)) {
326 if (!mCodecCtx) {
327 mCodecCtx = new aom_codec_ctx_t;
330 if (!mCodecCtx) {
331 ALOGE("mCodecCtx is null");
344 if ((err = aom_codec_dec_init(mCodecCtx, aom_codec_av1_dx(), &cfg, 0))) {
353 if (mCodecCtx) {
354 aom_codec_destroy(mCodecCtx);
    [all...]
C2SoftAomDec.h 51 aom_codec_ctx_t* mCodecCtx;
  /frameworks/av/media/codec2/components/vpx/
C2SoftVpxDec.cpp 342 mCodecCtx(nullptr),
382 if (vpx_codec_decode(mCodecCtx, nullptr, 0, nullptr, 0)) {
390 while (vpx_codec_get_frame(mCodecCtx, &iter)) {
424 if (!mCodecCtx) {
425 mCodecCtx = new vpx_codec_ctx_t;
427 if (!mCodecCtx) {
428 ALOGE("mCodecCtx is null");
442 mCodecCtx, mMode == MODE_VP8 ? &vpx_codec_vp8_dx_algo : &vpx_codec_vp9_dx_algo,
464 if (mCodecCtx) {
465 vpx_codec_destroy(mCodecCtx);
    [all...]
C2SoftVpxDec.h 67 vpx_codec_ctx_t *mCodecCtx;
  /frameworks/av/media/codec2/components/hevc/
C2SoftHevcEnc.cpp 382 mCodecCtx(nullptr) {
442 mCodecCtx = nullptr;
511 if (mCodecCtx) {
512 IHEVCE_PLUGIN_STATUS_T err = ihevce_close(mCodecCtx);
514 mCodecCtx = nullptr;
525 CHECK(!mCodecCtx);
548 err = ihevce_init(&mEncParams, &mCodecCtx);
782 ihevce_encode(mCodecCtx, nullptr, &s_encode_op);
840 err = ihevce_encode_header(mCodecCtx, &s_header_op);
    [all...]
C2SoftHevcEnc.h 77 void* mCodecCtx;

Completed in 530 milliseconds