Home
last modified time | relevance | path

Searched refs:inputBufferSize (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h194 void allocate_rbsp_buffer(uint32 inputBufferSize);
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dh264_utils.h151 void allocate_rbsp_buffer(uint32 inputBufferSize);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h194 void allocate_rbsp_buffer(uint32 inputBufferSize);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h194 void allocate_rbsp_buffer(uint32 inputBufferSize);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h189 void allocate_rbsp_buffer(uint32 inputBufferSize);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp155 void H264_Utils::allocate_rbsp_buffer(uint32 inputBufferSize) in allocate_rbsp_buffer() argument
157 m_rbspBytes = (byte *) calloc(1,inputBufferSize); in allocate_rbsp_buffer()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp155 void H264_Utils::allocate_rbsp_buffer(uint32 inputBufferSize) in allocate_rbsp_buffer() argument
157 m_rbspBytes = (byte *) calloc(1,inputBufferSize); in allocate_rbsp_buffer()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp155 void H264_Utils::allocate_rbsp_buffer(uint32 inputBufferSize) in allocate_rbsp_buffer() argument
157 m_rbspBytes = (byte *) calloc(1,inputBufferSize); in allocate_rbsp_buffer()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dh264_utils.cpp164 void H264_Utils::allocate_rbsp_buffer(uint32 inputBufferSize) in allocate_rbsp_buffer() argument
166 m_rbspBytes = (byte *) calloc(1,inputBufferSize); in allocate_rbsp_buffer()
/hardware/qcom/sm8150/media/libarbitrarybytes/src/
Dh264_utils.cpp153 void H264_Utils::allocate_rbsp_buffer(uint32 inputBufferSize) in allocate_rbsp_buffer() argument
155 m_rbspBytes = (byte *) calloc(1,inputBufferSize); in allocate_rbsp_buffer()