Searched refs:nPlatformEntrySize (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp4812 int nPlatformEntrySize = 0; local
4838 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
4845 DEBUG_PRINT_LOW("PE %d OutputBuffer Count %d \n",nPlatformEntrySize,
4851 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
4885 (((char *) m_platform_entry) + nPlatformEntrySize);
7883 int nPlatformEntrySize = 0; local
7899 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
7906 DEBUG_PRINT_LOW("PE %d bmSize %d \n",nPlatformEntrySize,
7911 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
7932 (((char *) m_platform_entry) + nPlatformEntrySize);
[all...]
H A Domx_vdec_copper.cpp4564 int nPlatformEntrySize = 0; local
4583 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
4590 DEBUG_PRINT_LOW("PE %d OutputBuffer Count %d \n",nPlatformEntrySize,
4651 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
4676 (((char *) m_platform_entry) + nPlatformEntrySize);
7580 int nPlatformEntrySize = 0; local
7596 nPlatformEntrySize = drv_ctx.op_buf.actualcount *
7603 DEBUG_PRINT_LOW("PE %d bmSize %d \n",nPlatformEntrySize,
7608 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize +
7629 (((char *) m_platform_entry) + nPlatformEntrySize);
[all...]

Completed in 63 milliseconds