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

  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 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) {
    [all...]
SoftMPEG2.h 75 iv_mem_rec_t *mMemRecords; // Memory records requested by the codec
  /frameworks/av/media/codec2/components/mpeg2/
C2SoftMpeg2Dec.cpp 314 mMemRecords(nullptr),
353 if (mMemRecords) {
354 ivd_aligned_free(mMemRecords);
355 mMemRecords = nullptr;
421 mMemRecords = ps_mem_rec;
431 s_fill_mem_ip.s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location = mMemRecords;
464 s_init_ip.s_ivd_init_ip_t.pv_mem_rec_location = mMemRecords;
473 mDecHandle = (iv_obj_t *)mMemRecords[0].pv_base;
721 if (mMemRecords) {
722 iv_mem_rec_t *ps_mem_rec = mMemRecords;
    [all...]
C2SoftMpeg2Dec.h 152 iv_mem_rec_t *mMemRecords;
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 171 mMemRecords = NULL;
680 mMemRecords = (iv_mem_rec_t *)malloc(mNumMemRecords * sizeof(iv_mem_rec_t));
681 if (NULL == mMemRecords) {
691 ps_mem_rec = mMemRecords;
712 s_fill_mem_rec_ip.ps_mem_rec = mMemRecords;
739 ps_mem_rec = mMemRecords;
763 mCodecCtx = (iv_obj_t *)mMemRecords[0].pv_base;
772 s_init_ip.ps_mem_rec = mMemRecords;
872 s_retrieve_mem_ip.ps_mem_rec = mMemRecords;
883 ps_mem_rec = mMemRecords;
    [all...]
SoftAVCEnc.h 193 iv_mem_rec_t *mMemRecords; // Memory records requested by the codec
  /frameworks/av/media/codec2/components/avc/
C2SoftAvcEnc.cpp 489 mMemRecords = nullptr;
    [all...]
C2SoftAvcEnc.h 182 iv_mem_rec_t *mMemRecords; // Memory records requested by the codec

Completed in 262 milliseconds