Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/qcom/venus/
Dhfi_platform_v4.c30 .fmts[1] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12_UBWC},
31 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
32 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
54 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12_UBWC},
55 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
56 .fmts[4] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
57 .fmts[5] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_P010},
58 .fmts[6] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_YUV420_TP10},
81 .fmts[1] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12_UBWC},
82 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
[all …]
Dhfi_platform_v6.c30 .fmts[1] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12_UBWC},
31 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
32 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
54 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12_UBWC},
55 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
56 .fmts[4] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
57 .fmts[5] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_P010},
58 .fmts[6] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_YUV420_TP10},
81 .fmts[1] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12_UBWC},
82 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
[all …]
Dhelpers.c144 else if (inst->dpb_buftype == HFI_BUFFER_OUTPUT2) in venus_helper_alloc_dpb_bufs()
596 inst->opb_buftype == HFI_BUFFER_OUTPUT2; in platform_get_bufreq()
1143 pconstraint.buffer_type = HFI_BUFFER_OUTPUT2; in venus_helper_set_format_constraints()
1182 buf_count.type = HFI_BUFFER_OUTPUT2; in venus_helper_set_num_bufs()
1238 multi.buffer_type = HFI_BUFFER_OUTPUT2; in venus_helper_set_multistream()
1261 mode.type = HFI_BUFFER_OUTPUT2; in venus_helper_set_dyn_bufmode()
1287 else if (inst->opb_buftype == HFI_BUFFER_OUTPUT2) in venus_helper_get_opb_size()
1684 found = find_fmt_from_caps(caps, HFI_BUFFER_OUTPUT2, in venus_helper_get_out_fmts()
1704 found = find_fmt_from_caps(caps, HFI_BUFFER_OUTPUT2, fmt); in venus_helper_get_out_fmts()
1720 found = find_fmt_from_caps(caps, HFI_BUFFER_OUTPUT2, fmt); in venus_helper_get_out_fmts()
Dvdec.c700 inst->opb_buftype = HFI_BUFFER_OUTPUT2; in vdec_output_conf()
707 inst->dpb_buftype = HFI_BUFFER_OUTPUT2; in vdec_output_conf()
736 HFI_BUFFER_OUTPUT2); in vdec_output_conf()
750 ret = venus_helper_get_bufreq(inst, HFI_BUFFER_OUTPUT2, in vdec_output_conf()
762 HFI_BUFFER_OUTPUT2); in vdec_output_conf()
Dhfi_msgs.c510 buffer_type = HFI_BUFFER_OUTPUT2; in hfi_session_ftb_done()
518 buffer_type != HFI_BUFFER_OUTPUT2) in hfi_session_ftb_done()
Dhfi_parser.c76 mode->buffer_type == HFI_BUFFER_OUTPUT2) in parse_alloc_mode()
Dhfi_cmds.c190 bd->buffer_type == HFI_BUFFER_OUTPUT2) { in pkt_session_set_buffers()
228 bd->buffer_type == HFI_BUFFER_OUTPUT2) { in pkt_session_unset_buffers()
316 else if (out_frame->buffer_type == HFI_BUFFER_OUTPUT2) in pkt_session_ftb()
Dhfi.c500 fd->buffer_type == HFI_BUFFER_OUTPUT2) in hfi_session_process_buf()
Dhfi_helper.h394 #define HFI_BUFFER_OUTPUT2 0x3 macro
Dhfi_plat_bufs_v6.c1232 buftype == HFI_BUFFER_OUTPUT2) { in bufreq_dec()
1297 buftype == HFI_BUFFER_OUTPUT2) { in bufreq_enc()