Searched refs:mCodecCtx (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp72 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
[all...]
H A DSoftAVCDec.h61 iv_obj_t *mCodecCtx; // Codec context member in struct:android::SoftAVC
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp64 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
[all...]
H A DSoftHEVC.h71 iv_obj_t *mCodecCtx; // Codec context member in struct:android::SoftHEVC
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp65 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
[all...]
H A DSoftMPEG2.h74 iv_obj_t *mCodecCtx; // Codec context member in struct:android::SoftMPEG2
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp145 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,
[all...]
H A DSoftAVCEnc.h192 iv_obj_t *mCodecCtx; // Codec context member in struct:android::SoftAVC

Completed in 504 milliseconds