Searched refs:destination_size (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp9088 unsigned int src_size = 0, destination_size = 0; local
9111 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
9115 !destination_size) {
9118 src_size,omx->drv_ctx.op_buf.buffer_size,destination_size);
9123 buffer_size_req = destination_size;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp9338 unsigned int src_size = 0, destination_size = 0; local
9366 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
9371 !destination_size) {
9374 src_size,omx->drv_ctx.op_buf.buffer_size,destination_size);
9379 buffer_size_req = destination_size;
H A Domx_vdec_hevc.cpp8170 unsigned int src_size = 0, destination_size = 0; local
8194 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
8198 !destination_size) {
8201 src_size,omx->drv_ctx.op_buf.buffer_size,destination_size);
8206 buffer_size_req = destination_size;
H A Domx_vdec_hevc_swvdec.cpp9255 unsigned int src_size = 0, destination_size = 0; local
9279 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
9283 !destination_size) {
9286 src_size,omx->drv_ctx.op_buf.buffer_size,destination_size);
9291 buffer_size_req = destination_size;
H A Domx_vdec_msm8974.cpp10146 unsigned int src_size = 0, destination_size = 0; local
10170 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
10174 !destination_size) {
10178 destination_size);
10183 buffer_size_req = destination_size;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp8116 unsigned int src_size = 0, destination_size = 0; local
8140 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
8144 !destination_size) {
8147 src_size,omx->drv_ctx.op_buf.buffer_size,destination_size);
8152 buffer_size_req = destination_size;
H A Domx_vdec_hevc_swvdec.cpp9457 unsigned int src_size = 0, destination_size = 0; local
9481 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
9485 !destination_size) {
9488 src_size,omx->drv_ctx.op_buf.buffer_size,destination_size);
9493 buffer_size_req = destination_size;
H A Domx_vdec_v4l2.cpp10967 unsigned int src_size = 0, destination_size = 0; local
10991 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
10995 !destination_size) {
10999 destination_size);
11004 buffer_size_req = destination_size;

Completed in 146 milliseconds