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

  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 71 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) {
    [all...]
SoftMPEG2.h 74 iv_mem_rec_t *mMemRecords; // Memory records requested by the codec
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 196 mMemRecords = NULL;
702 mMemRecords = (iv_mem_rec_t *)malloc(mNumMemRecords * sizeof(iv_mem_rec_t));
703 if (NULL == mMemRecords) {
713 ps_mem_rec = mMemRecords;
734 s_fill_mem_rec_ip.ps_mem_rec = mMemRecords;
761 ps_mem_rec = mMemRecords;
785 mCodecCtx = (iv_obj_t *)mMemRecords[0].pv_base;
794 s_init_ip.ps_mem_rec = mMemRecords;
894 s_retrieve_mem_ip.ps_mem_rec = mMemRecords;
905 ps_mem_rec = mMemRecords;
    [all...]
SoftAVCEnc.h 191 iv_mem_rec_t *mMemRecords; // Memory records requested by the codec

Completed in 184 milliseconds