Searched refs:h264_scratch (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp585 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE));
1555 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size;
1556 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size);
1557 h264_scratch.nFilledLen = 0;
1558 h264_scratch.nOffset = 0;
1560 if (h264_scratch.pBuffer == NULL) {
1561 DEBUG_PRINT_ERROR("h264_scratch.pBuffer Allocation failed ");
2262 h264_scratch.nFilledLen = 0;
5158 h264_scratch.nFilledLen = 0;
5462 if (h264_scratch
[all...]
H A Domx_vdec_msm8974.cpp671 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE));
2009 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size;
2010 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size);
2011 h264_scratch.nFilledLen = 0;
2012 h264_scratch.nOffset = 0;
2014 if (h264_scratch.pBuffer == NULL) {
2015 DEBUG_PRINT_ERROR("h264_scratch.pBuffer Allocation failed ");
2756 h264_scratch.nFilledLen = 0;
6277 h264_scratch.nFilledLen = 0;
6694 if (h264_scratch
[all...]
H A Domx_vdec.cpp530 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE));
1521 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size - DEVICE_SCRATCH;
1522 h264_scratch.pBuffer = (OMX_U8 *)malloc (h264_scratch.nAllocLen);
1523 h264_scratch.nFilledLen = 0;
1524 h264_scratch.nOffset = 0;
1526 if (h264_scratch.pBuffer == NULL) {
1527 DEBUG_PRINT_ERROR("h264_scratch.pBuffer Allocation failed ");
2314 h264_scratch.nFilledLen = 0;
5525 h264_scratch
[all...]
H A Domx_vdec_hevc_swvdec.cpp656 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE));
2016 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size;
2017 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size);
2018 h264_scratch.nFilledLen = 0;
2019 h264_scratch.nOffset = 0;
2021 if (h264_scratch.pBuffer == NULL)
2023 DEBUG_PRINT_ERROR("h264_scratch.pBuffer Allocation failed ");
2856 h264_scratch.nFilledLen = 0;
6158 h264_scratch.nFilledLen = 0;
6543 if(h264_scratch
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp580 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE));
1534 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size;
1535 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size);
1536 h264_scratch.nFilledLen = 0;
1537 h264_scratch.nOffset = 0;
1539 if (h264_scratch.pBuffer == NULL) {
1540 DEBUG_PRINT_ERROR("h264_scratch.pBuffer Allocation failed ");
2241 h264_scratch.nFilledLen = 0;
5128 h264_scratch.nFilledLen = 0;
5426 if (h264_scratch
[all...]
H A Domx_vdec_v4l2.cpp739 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE));
2471 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size;
2472 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size);
2473 h264_scratch.nFilledLen = 0;
2474 h264_scratch.nOffset = 0;
2476 if (h264_scratch.pBuffer == NULL) {
2477 DEBUG_PRINT_ERROR("h264_scratch.pBuffer Allocation failed ");
3206 h264_scratch.nFilledLen = 0;
7000 h264_scratch.nFilledLen = 0;
7383 if (h264_scratch
[all...]
H A Domx_vdec_hevc_swvdec.cpp664 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE));
2039 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size;
2040 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size);
2041 h264_scratch.nFilledLen = 0;
2042 h264_scratch.nOffset = 0;
2044 if (h264_scratch.pBuffer == NULL)
2046 DEBUG_PRINT_ERROR("h264_scratch.pBuffer Allocation failed ");
2887 h264_scratch.nFilledLen = 0;
6363 h264_scratch.nFilledLen = 0;
6745 if(h264_scratch
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp542 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE));
1555 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size;
1556 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size);
1557 h264_scratch.nFilledLen = 0;
1558 h264_scratch.nOffset = 0;
1560 if (h264_scratch.pBuffer == NULL)
1562 DEBUG_PRINT_ERROR("\n h264_scratch.pBuffer Allocation failed ");
2416 h264_scratch.nFilledLen = 0;
5770 h264_scratch.nFilledLen = 0;
6018 if(h264_scratch
[all...]
H A Domx_vdec_copper.cpp544 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE));
1471 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size;
1472 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size);
1473 h264_scratch.nFilledLen = 0;
1474 h264_scratch.nOffset = 0;
1476 if (h264_scratch.pBuffer == NULL)
1478 DEBUG_PRINT_ERROR("\n h264_scratch.pBuffer Allocation failed ");
2336 h264_scratch.nFilledLen = 0;
5375 h264_scratch.nFilledLen = 0;
5656 if(h264_scratch
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h751 OMX_BUFFERHEADERTYPE h264_scratch; member in class:omx_vdec
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h770 OMX_BUFFERHEADERTYPE h264_scratch; member in class:omx_vdec
H A Domx_vdec.h869 OMX_BUFFERHEADERTYPE h264_scratch; member in class:omx_vdec
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h764 OMX_BUFFERHEADERTYPE h264_scratch; member in class:omx_vdec
H A Domx_vdec.h871 OMX_BUFFERHEADERTYPE h264_scratch; member in class:omx_vdec
H A Domx_vdec_hevc_swvdec.h919 OMX_BUFFERHEADERTYPE h264_scratch; member in class:omx_vdec

Completed in 137 milliseconds