Searched defs:nPlatformEntrySize (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp4881 int nPlatformEntrySize = 0; local
4907 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
4914 DEBUG_PRINT_LOW("PE %d OutputBuffer Count %d \n",nPlatformEntrySize,
4920 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
4954 (((char *) m_platform_entry) + nPlatformEntrySize);
7995 int nPlatformEntrySize = 0; local
8011 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
8018 DEBUG_PRINT_LOW("PE %d bmSize %d \n",nPlatformEntrySize,
8023 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
8044 (((char *) m_platform_entry) + nPlatformEntrySize);
[all...]
H A Domx_vdec_copper.cpp4554 int nPlatformEntrySize = 0; local
4573 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
4580 DEBUG_PRINT_LOW("PE %d OutputBuffer Count %d \n",nPlatformEntrySize,
4641 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
4666 (((char *) m_platform_entry) + nPlatformEntrySize);
7508 int nPlatformEntrySize = 0; local
7524 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
7531 DEBUG_PRINT_LOW("PE %d bmSize %d \n",nPlatformEntrySize,
7536 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
7557 (((char *) m_platform_entry) + nPlatformEntrySize);
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp4707 int nPlatformEntrySize = 0; local
4732 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
4739 DEBUG_PRINT_LOW("PE %d OutputBuffer Count %d",nPlatformEntrySize,
4745 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
4778 (((char *) m_platform_entry) + nPlatformEntrySize);
7719 int nPlatformEntrySize = 0; local
7735 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
7742 DEBUG_PRINT_LOW("PE %d bmSize %d ",nPlatformEntrySize,
7747 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
7767 (((char *) m_platform_entry) + nPlatformEntrySize);
[all...]
H A Domx_vdec_hevc.cpp4393 int nPlatformEntrySize = 0; local
4412 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
4419 DEBUG_PRINT_LOW("PE %d OutputBuffer Count %d \n",nPlatformEntrySize,
4476 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
4500 (((char *) m_platform_entry) + nPlatformEntrySize);
7338 int nPlatformEntrySize = 0; local
7354 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
7361 DEBUG_PRINT_LOW("PE %d bmSize %d \n",nPlatformEntrySize,
7366 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
7386 (((char *) m_platform_entry) + nPlatformEntrySize);
[all...]
H A Domx_vdec_msm8974.cpp4671 int nPlatformEntrySize = 0; local
4690 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
4697 DEBUG_PRINT_LOW("PE %d OutputBuffer Count %d \n",nPlatformEntrySize,
4753 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
4777 (((char *) m_platform_entry) + nPlatformEntrySize);
7709 int nPlatformEntrySize = 0; local
7725 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
7732 DEBUG_PRINT_LOW("PE %d bmSize %d \n",nPlatformEntrySize,
7737 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
7761 (((char *) m_platform_entry) + nPlatformEntrySize);
[all...]

Completed in 144 milliseconds