Home | History | Annotate | Download | only in mpeg2dec

Lines Matching refs:mMemRecords

66       mMemRecords(NULL),
293 mMemRecords = (iv_mem_rec_t *)ivd_aligned_malloc(
295 if (mMemRecords == NULL) {
300 memset(mMemRecords, 0, mNumMemRecords * sizeof(iv_mem_rec_t));
315 s_fill_mem_ip.s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location = mMemRecords;
321 ps_mem_rec = mMemRecords;
337 ps_mem_rec = mMemRecords;
362 s_init_ip.s_ivd_init_ip_t.pv_mem_rec_location = mMemRecords;
374 mCodecCtx = (iv_obj_t *)mMemRecords[0].pv_base;
415 if (mMemRecords) {
418 ps_mem_rec = mMemRecords;
425 ivd_aligned_free(mMemRecords);
426 mMemRecords = NULL;