/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 580 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE)); in omx_vdec() 1534 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size; in component_init() 1535 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size); in component_init() 1536 h264_scratch.nFilledLen = 0; in component_init() 1537 h264_scratch.nOffset = 0; in component_init() 1539 if (h264_scratch.pBuffer == NULL) { in component_init() 2241 h264_scratch.nFilledLen = 0; in execute_input_flush() 5128 h264_scratch.nFilledLen = 0; in empty_this_buffer_proxy() 5426 if (h264_scratch.pBuffer) { in component_deinit() 5427 free(h264_scratch.pBuffer); in component_deinit() [all …]
|
D | omx_vdec_v4l2.cpp | 742 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE)); in omx_vdec() 2483 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size; in component_init() 2484 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size); in component_init() 2485 h264_scratch.nFilledLen = 0; in component_init() 2486 h264_scratch.nOffset = 0; in component_init() 2488 if (h264_scratch.pBuffer == NULL) { in component_init() 3224 h264_scratch.nFilledLen = 0; in execute_input_flush() 7218 h264_scratch.nFilledLen = 0; in empty_this_buffer_proxy() 7607 if (h264_scratch.pBuffer) { in component_deinit() 7608 free(h264_scratch.pBuffer); in component_deinit() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 664 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE)); in omx_vdec() 2039 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size; in component_init() 2040 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size); in component_init() 2041 h264_scratch.nFilledLen = 0; in component_init() 2042 h264_scratch.nOffset = 0; in component_init() 2044 if (h264_scratch.pBuffer == NULL) in component_init() 2887 h264_scratch.nFilledLen = 0; in execute_input_flush() 6363 h264_scratch.nFilledLen = 0; in empty_this_buffer_proxy() 6745 if(h264_scratch.pBuffer) in component_deinit() 6747 free(h264_scratch.pBuffer); in component_deinit() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 585 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE)); in omx_vdec() 1555 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size; in component_init() 1556 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size); in component_init() 1557 h264_scratch.nFilledLen = 0; in component_init() 1558 h264_scratch.nOffset = 0; in component_init() 1560 if (h264_scratch.pBuffer == NULL) { in component_init() 2262 h264_scratch.nFilledLen = 0; in execute_input_flush() 5158 h264_scratch.nFilledLen = 0; in empty_this_buffer_proxy() 5462 if (h264_scratch.pBuffer) { in component_deinit() 5463 free(h264_scratch.pBuffer); in component_deinit() [all …]
|
D | omx_vdec_msm8974.cpp | 672 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE)); in omx_vdec() 2010 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size; in component_init() 2011 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size); in component_init() 2012 h264_scratch.nFilledLen = 0; in component_init() 2013 h264_scratch.nOffset = 0; in component_init() 2015 if (h264_scratch.pBuffer == NULL) { in component_init() 2757 h264_scratch.nFilledLen = 0; in execute_input_flush() 6364 h264_scratch.nFilledLen = 0; in empty_this_buffer_proxy() 6786 if (h264_scratch.pBuffer) { in component_deinit() 6787 free(h264_scratch.pBuffer); in component_deinit() [all …]
|
D | omx_vdec.cpp | 530 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE)); in omx_vdec() 1521 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size - DEVICE_SCRATCH; in component_init() 1522 h264_scratch.pBuffer = (OMX_U8 *)malloc (h264_scratch.nAllocLen); in component_init() 1523 h264_scratch.nFilledLen = 0; in component_init() 1524 h264_scratch.nOffset = 0; in component_init() 1526 if (h264_scratch.pBuffer == NULL) { in component_init() 2314 h264_scratch.nFilledLen = 0; in execute_input_flush() 5525 h264_scratch.nFilledLen = 0; in empty_this_buffer_proxy() 5835 if (h264_scratch.pBuffer) { in component_deinit() 5836 free(h264_scratch.pBuffer); in component_deinit() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 656 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE)); in omx_vdec() 2016 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size; in component_init() 2017 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size); in component_init() 2018 h264_scratch.nFilledLen = 0; in component_init() 2019 h264_scratch.nOffset = 0; in component_init() 2021 if (h264_scratch.pBuffer == NULL) in component_init() 2856 h264_scratch.nFilledLen = 0; in execute_input_flush() 6158 h264_scratch.nFilledLen = 0; in empty_this_buffer_proxy() 6543 if(h264_scratch.pBuffer) in component_deinit() 6545 free(h264_scratch.pBuffer); in component_deinit() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 544 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE)); 1471 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size; in component_init() 1472 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size); in component_init() 1473 h264_scratch.nFilledLen = 0; in component_init() 1474 h264_scratch.nOffset = 0; in component_init() 1476 if (h264_scratch.pBuffer == NULL) in component_init() 2336 h264_scratch.nFilledLen = 0; in execute_input_flush() 5375 h264_scratch.nFilledLen = 0; in empty_this_buffer_proxy() 5656 if(h264_scratch.pBuffer) in component_deinit() 5658 free(h264_scratch.pBuffer); in component_deinit() [all …]
|
D | omx_vdec.cpp | 542 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE)); in omx_vdec() 1555 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size; in component_init() 1556 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size); in component_init() 1557 h264_scratch.nFilledLen = 0; in component_init() 1558 h264_scratch.nOffset = 0; in component_init() 1560 if (h264_scratch.pBuffer == NULL) in component_init() 2416 h264_scratch.nFilledLen = 0; in execute_input_flush() 5770 h264_scratch.nFilledLen = 0; in empty_this_buffer_proxy() 6018 if(h264_scratch.pBuffer) in component_deinit() 6020 free(h264_scratch.pBuffer); in component_deinit() [all …]
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 852 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE)); in omx_vdec() 2619 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size; in component_init() 2620 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size); in component_init() 2621 h264_scratch.nFilledLen = 0; in component_init() 2622 h264_scratch.nOffset = 0; in component_init() 2624 if (h264_scratch.pBuffer == NULL) { in component_init() 3362 h264_scratch.nFilledLen = 0; in execute_input_flush() 7488 h264_scratch.nFilledLen = 0; in empty_this_buffer_proxy() 7954 if (h264_scratch.pBuffer) { in component_deinit() 7955 free(h264_scratch.pBuffer); in component_deinit() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 768 memset (&h264_scratch,0,sizeof (OMX_BUFFERHEADERTYPE)); in omx_vdec() 2702 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size; in component_init() 2703 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size); in component_init() 2704 h264_scratch.nFilledLen = 0; in component_init() 2705 h264_scratch.nOffset = 0; in component_init() 2707 if (h264_scratch.pBuffer == NULL) { in component_init() 3448 h264_scratch.nFilledLen = 0; in execute_input_flush() 7834 h264_scratch.nFilledLen = 0; in empty_this_buffer_proxy() 8238 if (h264_scratch.pBuffer) { in component_deinit() 8239 free(h264_scratch.pBuffer); in component_deinit() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 751 OMX_BUFFERHEADERTYPE h264_scratch; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 770 OMX_BUFFERHEADERTYPE h264_scratch; variable
|
D | omx_vdec.h | 869 OMX_BUFFERHEADERTYPE h264_scratch; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 764 OMX_BUFFERHEADERTYPE h264_scratch; variable
|
D | omx_vdec_hevc_swvdec.h | 919 OMX_BUFFERHEADERTYPE h264_scratch; variable
|
D | omx_vdec.h | 891 OMX_BUFFERHEADERTYPE h264_scratch; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 937 OMX_BUFFERHEADERTYPE h264_scratch; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 1153 OMX_BUFFERHEADERTYPE h264_scratch; variable
|