Home
last modified time | relevance | path

Searched refs:op_buf (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp2934 drv_ctx.op_buf.mincount, drv_ctx.op_buf.buffer_size, in set_parameter()
3907 if (i >= drv_ctx.op_buf.actualcount) { in use_output_buffer()
3972 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
4332 if (index < drv_ctx.op_buf.actualcount in free_output_buffer()
4719 drv_ctx.op_buf.actualcount, in allocate_output_buffer()
4895 if (i < drv_ctx.op_buf.actualcount) { in allocate_output_buffer()
4900 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in allocate_output_buffer()
6197 if (j == drv_ctx.op_buf.actualcount) { in allocate_output_done()
8003 drv_ctx.op_buf.meta_buffer_size; in handle_extradata_secure()
8440 …drv_ctx.op_buf.buffer_size = (drv_ctx.op_buf.buffer_size + drv_ctx.op_buf.alignment - 1)&(~(drv_ct… in enable_extradata()
[all …]
H A Domx_vdec_msm8974.cpp1972 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1975 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
2006 get_buffer_req(&drv_ctx.op_buf); in component_init()
3446 … drv_ctx.op_buf.mincount, (unsigned int)drv_ctx.op_buf.buffer_size, in set_parameter()
4747 if (i >= drv_ctx.op_buf.actualcount) { in use_output_buffer()
4837 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
5201 if (index < drv_ctx.op_buf.actualcount in free_output_buffer()
5605 drv_ctx.op_buf.buffer_size * drv_ctx.op_buf.actualcount, in allocate_output_buffer()
7128 if (j == drv_ctx.op_buf.actualcount) { in allocate_output_done()
9610 ret = get_buffer_req(&drv_ctx.op_buf); in enable_extradata()
[all …]
H A Domx_vdec_hevc.cpp1531 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1534 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
1552 get_buffer_req(&drv_ctx.op_buf); in component_init()
2765 drv_ctx.op_buf.mincount, drv_ctx.op_buf.buffer_size, in set_parameter()
3667 if (i >= drv_ctx.op_buf.actualcount) { in use_output_buffer()
3723 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
4067 if (index < drv_ctx.op_buf.actualcount in free_output_buffer()
4437 …DEBUG_PRINT_HIGH("allocate outputBuffer size %d",drv_ctx.op_buf.buffer_size * drv_ctx.op_buf.actua… in allocate_output_buffer()
4439 drv_ctx.op_buf.buffer_size * drv_ctx.op_buf.actualcount, in allocate_output_buffer()
4440 drv_ctx.op_buf.alignment, in allocate_output_buffer()
[all …]
H A Domx_vdec_hevc_swvdec.cpp1829 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1832 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
2014 drv_ctx.op_buf.buffer_size); in component_init()
3403 drv_ctx.op_buf.mincount, drv_ctx.op_buf.buffer_size, in set_parameter()
4495 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
5282 drv_ctx.op_buf.actualcount, in allocate_output_buffer()
5323 drv_ctx.op_buf.buffer_size * drv_ctx.op_buf.actualcount, in allocate_output_buffer()
5324 drv_ctx.op_buf.alignment, in allocate_output_buffer()
5353 drv_ctx.op_buf.actualcount, in allocate_output_buffer()
5354 drv_ctx.op_buf.alignment)) in allocate_output_buffer()
[all …]
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp3085 drv_ctx.op_buf.mincount, drv_ctx.op_buf.buffer_size, in set_parameter()
4186 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
4927 drv_ctx.op_buf.actualcount, in allocate_output_buffer()
4928 drv_ctx.op_buf.buffer_size); in allocate_output_buffer()
4931 drv_ctx.op_buf.actualcount); in allocate_output_buffer()
4957 drv_ctx.op_buf.actualcount); in allocate_output_buffer()
4960 drv_ctx.op_buf.actualcount); in allocate_output_buffer()
4964 drv_ctx.op_buf.actualcount); in allocate_output_buffer()
5099 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in allocate_output_buffer()
5129 drv_ctx.op_buf.alignment)) in allocate_output_buffer()
[all …]
H A Domx_vdec_copper.cpp1443 drv_ctx.op_buf.alignment=4096; in component_init()
2873 drv_ctx.op_buf.mincount, drv_ctx.op_buf.buffer_size, in set_parameter()
3848 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
4551 drv_ctx.op_buf.actualcount, in allocate_output_buffer()
4552 drv_ctx.op_buf.buffer_size); in allocate_output_buffer()
4565 drv_ctx.op_buf.actualcount); in allocate_output_buffer()
4584 drv_ctx.op_buf.buffer_size * drv_ctx.op_buf.actualcount, in allocate_output_buffer()
4614 drv_ctx.op_buf.actualcount, in allocate_output_buffer()
4615 drv_ctx.op_buf.alignment)) in allocate_output_buffer()
4645 drv_ctx.op_buf.actualcount); in allocate_output_buffer()
[all …]
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp1852 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1855 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
2037 drv_ctx.op_buf.buffer_size); in component_init()
3467 drv_ctx.op_buf.mincount, drv_ctx.op_buf.buffer_size, in set_parameter()
4692 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
5484 drv_ctx.op_buf.actualcount, in allocate_output_buffer()
5527 drv_ctx.op_buf.buffer_size * drv_ctx.op_buf.actualcount, in allocate_output_buffer()
5528 drv_ctx.op_buf.alignment, in allocate_output_buffer()
5557 drv_ctx.op_buf.actualcount, in allocate_output_buffer()
5558 drv_ctx.op_buf.alignment)) in allocate_output_buffer()
[all …]
H A Domx_vdec_hevc.cpp1510 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1513 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
1531 get_buffer_req(&drv_ctx.op_buf); in component_init()
2744 drv_ctx.op_buf.mincount, drv_ctx.op_buf.buffer_size, in set_parameter()
3646 if (i >= drv_ctx.op_buf.actualcount) { in use_output_buffer()
3702 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
4046 if (index < drv_ctx.op_buf.actualcount in free_output_buffer()
4416 …DEBUG_PRINT_HIGH("allocate outputBuffer size %d",drv_ctx.op_buf.buffer_size * drv_ctx.op_buf.actua… in allocate_output_buffer()
4418 drv_ctx.op_buf.buffer_size * drv_ctx.op_buf.actualcount, in allocate_output_buffer()
4419 drv_ctx.op_buf.alignment, in allocate_output_buffer()
[all …]
H A Domx_vdec_v4l2.cpp1179 rc = get_buffer_req(&drv_ctx.op_buf); in decide_downscalar()
2479 get_buffer_req(&drv_ctx.op_buf); in component_init()
5586 if (i >= drv_ctx.op_buf.actualcount) { in use_output_buffer()
5679 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
6047 if (index < drv_ctx.op_buf.actualcount in free_output_buffer()
6468 drv_ctx.op_buf.buffer_size * drv_ctx.op_buf.actualcount, in allocate_output_buffer()
7965 if (j == drv_ctx.op_buf.actualcount) { in allocate_output_done()
10875 ret = get_buffer_req(&drv_ctx.op_buf); in enable_extradata()
12230 drv_ctx.op_buf.buffer_size = drv_ctx.op_buf.buffer_size; in enable_adaptive_playback()
12243 drv_ctx.op_buf.mincount, (unsigned int)drv_ctx.op_buf.buffer_size); in enable_adaptive_playback()
[all …]
/aosp12/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp1704 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
3032 drv_ctx.op_buf.mincount, drv_ctx.op_buf.buffer_size, in set_parameter()
3956 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
4864 drv_ctx.op_buf.actualcount, in allocate_output_buffer()
4865 drv_ctx.op_buf.buffer_size); in allocate_output_buffer()
4871 drv_ctx.op_buf.actualcount); in allocate_output_buffer()
4876 drv_ctx.op_buf.buffer_size * drv_ctx.op_buf.actualcount, in allocate_output_buffer()
4906 drv_ctx.op_buf.actualcount); in allocate_output_buffer()
4909 drv_ctx.op_buf.actualcount); in allocate_output_buffer()
4913 drv_ctx.op_buf.actualcount); in allocate_output_buffer()
[all …]
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp1369 rc = get_buffer_req(&drv_ctx.op_buf); in decide_downscalar()
2698 get_buffer_req(&drv_ctx.op_buf); in component_init()
6010 if (i >= drv_ctx.op_buf.actualcount) { in use_output_buffer()
6103 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
6564 if (index < drv_ctx.op_buf.actualcount in free_output_buffer()
6962 drv_ctx.op_buf.actualcount, in allocate_output_buffer()
8598 if (j == drv_ctx.op_buf.actualcount) { in allocate_output_done()
11997 ret = get_buffer_req(&drv_ctx.op_buf); in enable_extradata()
13445 drv_ctx.op_buf.buffer_size = drv_ctx.op_buf.buffer_size; in enable_adaptive_playback()
13458 drv_ctx.op_buf.mincount, (unsigned int)drv_ctx.op_buf.buffer_size); in enable_adaptive_playback()
[all …]
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp1369 rc = get_buffer_req(&drv_ctx.op_buf); in decide_downscalar()
2563 get_buffer_req(&drv_ctx.op_buf); in component_init()
5581 if (i >= drv_ctx.op_buf.actualcount) { in use_output_buffer()
5673 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
6085 if (index < drv_ctx.op_buf.actualcount in free_output_buffer()
7809 if (j == drv_ctx.op_buf.actualcount) { in allocate_output_done()
9154 drv_ctx.op_buf.actualcount, (unsigned int)drv_ctx.op_buf.buffer_size); in allocate_output_headers()
10453 ret = get_buffer_req(&drv_ctx.op_buf); in enable_extradata()
11733 drv_ctx.op_buf.buffer_size = drv_ctx.op_buf.buffer_size; in enable_adaptive_playback()
11746 drv_ctx.op_buf.mincount, (unsigned int)drv_ctx.op_buf.buffer_size); in enable_adaptive_playback()
[all …]
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp2035 drv_ctx.op_buf.alignment = SZ_4K; in component_init()
2052 get_buffer_req(&drv_ctx.op_buf); in component_init()
3633 if (i >= drv_ctx.op_buf.actualcount) { in use_output_buffer()
3654 set_buffer_req(&drv_ctx.op_buf); in use_output_buffer()
4150 if (index < drv_ctx.op_buf.actualcount in free_output_buffer()
4436 drv_ctx.op_buf.actualcount, in allocate_output_buffer()
4946 drv_ctx.op_buf.buffer_size = 0; in free_buffer()
4947 drv_ctx.op_buf.actualcount = 0; in free_buffer()
5915 if (j == drv_ctx.op_buf.actualcount) { in allocate_output_done()
7329 drv_ctx.op_buf.actualcount, (unsigned int)drv_ctx.op_buf.buffer_size); in allocate_output_headers()
[all …]
H A Domx_vdec_v4l2_params.cpp558 … (portDefn->nBufferCountActual != drv_ctx.op_buf.actualcount || in set_parameter()
559 … portDefn->nBufferSize != drv_ctx.op_buf.buffer_size)) { in set_parameter()
575 … drv_ctx.op_buf.mincount, (unsigned int)buffer_size, in set_parameter()
656 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter()
756 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter()
968 if (get_buffer_req(&drv_ctx.op_buf)) { in set_parameter()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp1409 rc = get_buffer_req(&drv_ctx.op_buf); in decide_downscalar()
2665 get_buffer_req(&drv_ctx.op_buf); in component_init()
5957 if (i >= drv_ctx.op_buf.actualcount) { in use_output_buffer()
6476 if (index < drv_ctx.op_buf.actualcount in free_output_buffer()
6834 drv_ctx.op_buf.actualcount, in allocate_output_buffer()
7355 drv_ctx.op_buf.buffer_size = 0; in free_buffer()
8395 if (j == drv_ctx.op_buf.actualcount) { in allocate_output_done()
10529 drv_ctx.op_buf.actualcount, (unsigned int)drv_ctx.op_buf.buffer_size); in allocate_output_headers()
11826 ret = get_buffer_req(&drv_ctx.op_buf); in enable_extradata()
13093 drv_ctx.op_buf.buffer_size = drv_ctx.op_buf.buffer_size; in enable_adaptive_playback()
[all …]
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h236 struct vdec_allocatorproperty op_buf; member
/aosp12/hardware/qcom/media/msm8996/videopp/inc/
H A Domx_vdpp.h361 struct vdpp_allocatorproperty op_buf; member
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h232 struct vdec_allocatorproperty op_buf; member
H A Domx_vdec.h268 struct vdec_allocatorproperty op_buf; member
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h233 struct vdec_allocatorproperty op_buf; member
H A Domx_vdec_hevc_swvdec.h257 struct vdec_allocatorproperty op_buf; member
H A Domx_vdec.h276 struct vdec_allocatorproperty op_buf; member
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h278 struct vdec_allocatorproperty op_buf; member
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h402 struct vdec_allocatorproperty op_buf; member
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h459 struct vdec_allocatorproperty op_buf; member

12