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

/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp7186 int nPlatformEntrySize = 0; local
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp4914 int nPlatformEntrySize = 0; local
4940 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
4947 DEBUG_PRINT_LOW("PE %d OutputBuffer Count %d \n",nPlatformEntrySize,
4953 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
4987 (((char *) m_platform_entry) + nPlatformEntrySize);
8029 int nPlatformEntrySize = 0; local
8045 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
8052 DEBUG_PRINT_LOW("PE %d bmSize %d \n",nPlatformEntrySize,
8057 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
8078 (((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/msm8974/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.cpp4408 int nPlatformEntrySize = 0; local
4427 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
4434 DEBUG_PRINT_LOW("PE %d OutputBuffer Count %d",nPlatformEntrySize,
4491 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
4515 (((char *) m_platform_entry) + nPlatformEntrySize);
7362 int nPlatformEntrySize = 0; local
7378 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
7385 DEBUG_PRINT_LOW("PE %d bmSize %d",nPlatformEntrySize,
7390 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
7410 (((char *) m_platform_entry) + nPlatformEntrySize);
[all...]
H A Domx_vdec_hevc_swvdec.cpp5285 int nPlatformEntrySize = 0; local
5304 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
5311 DEBUG_PRINT_LOW("PE %d OutputBuffer Count %d",nPlatformEntrySize,
5380 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
5409 (((char *) m_platform_entry) + nPlatformEntrySize);
8370 int nPlatformEntrySize = 0; local
8386 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
8393 DEBUG_PRINT_LOW("PE %d bmSize %d",nPlatformEntrySize,
8398 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
8422 (((char *) m_platform_entry) + nPlatformEntrySize);
[all...]
H A Domx_vdec_msm8974.cpp5504 int nPlatformEntrySize = 0; local
5523 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
5530 DEBUG_PRINT_LOW("PE %d OutputBuffer Count %d",nPlatformEntrySize,
5592 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
5625 (((char *) m_platform_entry) + nPlatformEntrySize);
8897 int nPlatformEntrySize = 0; local
8913 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
8920 DEBUG_PRINT_LOW("PE %d bmSize % " PRId64 , nPlatformEntrySize,
8925 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
8958 (((char *) m_platform_entry) + nPlatformEntrySize);
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp4387 int nPlatformEntrySize = 0; local
4406 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
4413 DEBUG_PRINT_LOW("PE %d OutputBuffer Count %d",nPlatformEntrySize,
4470 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
4494 (((char *) m_platform_entry) + nPlatformEntrySize);
7326 int nPlatformEntrySize = 0; local
7342 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
7349 DEBUG_PRINT_LOW("PE %d bmSize %d",nPlatformEntrySize,
7354 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
7374 (((char *) m_platform_entry) + nPlatformEntrySize);
[all...]
H A Domx_vdec_hevc_swvdec.cpp5487 int nPlatformEntrySize = 0; local
5506 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
5513 DEBUG_PRINT_LOW("PE %d OutputBuffer Count %d",nPlatformEntrySize,
5584 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
5613 (((char *) m_platform_entry) + nPlatformEntrySize);
8585 int nPlatformEntrySize = 0; local
8601 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
8608 DEBUG_PRINT_LOW("PE %d bmSize %d",nPlatformEntrySize,
8613 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
8637 (((char *) m_platform_entry) + nPlatformEntrySize);
[all...]
H A Domx_vdec_v4l2.cpp6237 int nPlatformEntrySize = 0; local
6256 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
6263 DEBUG_PRINT_LOW("PE %d OutputBuffer Count %d",nPlatformEntrySize,
6316 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
6349 (((char *) m_platform_entry) + nPlatformEntrySize);
9675 int nPlatformEntrySize = 0; local
9691 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
9698 DEBUG_PRINT_LOW("PE %d bmSize % " PRId64 , nPlatformEntrySize,
9703 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
9740 (((char *) m_platform_entry) + nPlatformEntrySize);
[all...]

Completed in 396 milliseconds