Searched refs:HFI_BUFFER_OUTPUT2 (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/media/platform/qcom/venus/ |
A D | hfi_platform_v4.c | 31 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12}, 32 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21}, 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}, 82 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12}, 83 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21}, 106 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12}, 107 .fmts[4] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21}, 108 .fmts[5] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_P010}, [all …]
|
A D | hfi_platform_v6.c | 31 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12}, 32 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21}, 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}, 82 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12}, 83 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21}, 106 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12}, 107 .fmts[4] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21}, 108 .fmts[5] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_P010}, [all …]
|
A D | helpers.c | 166 else if (inst->dpb_buftype == HFI_BUFFER_OUTPUT2) in venus_helper_alloc_dpb_bufs() 627 inst->opb_buftype == HFI_BUFFER_OUTPUT2; in platform_get_bufreq() 657 if (type == HFI_BUFFER_OUTPUT || type == HFI_BUFFER_OUTPUT2) in venus_helper_get_bufreq() 1180 pconstraint.buffer_type = HFI_BUFFER_OUTPUT2; in venus_helper_set_format_constraints() 1219 buf_count.type = HFI_BUFFER_OUTPUT2; in venus_helper_set_num_bufs() 1275 multi.buffer_type = HFI_BUFFER_OUTPUT2; in venus_helper_set_multistream() 1298 mode.type = HFI_BUFFER_OUTPUT2; in venus_helper_set_dyn_bufmode() 1324 else if (inst->opb_buftype == HFI_BUFFER_OUTPUT2) in venus_helper_get_opb_size() 1753 found = find_fmt_from_caps(caps, HFI_BUFFER_OUTPUT2, in venus_helper_get_out_fmts() 1773 found = find_fmt_from_caps(caps, HFI_BUFFER_OUTPUT2, fmt); in venus_helper_get_out_fmts() [all …]
|
A D | vdec.c | 716 inst->opb_buftype = HFI_BUFFER_OUTPUT2; in vdec_output_conf() 723 inst->dpb_buftype = HFI_BUFFER_OUTPUT2; in vdec_output_conf() 752 HFI_BUFFER_OUTPUT2); in vdec_output_conf() 766 ret = venus_helper_get_bufreq(inst, HFI_BUFFER_OUTPUT2, in vdec_output_conf() 778 HFI_BUFFER_OUTPUT2); in vdec_output_conf()
|
A D | hfi_msgs.c | 517 buffer_type = HFI_BUFFER_OUTPUT2; in hfi_session_ftb_done() 525 buffer_type != HFI_BUFFER_OUTPUT2) in hfi_session_ftb_done()
|
A D | hfi_parser.c | 76 mode->buffer_type == HFI_BUFFER_OUTPUT2) in parse_alloc_mode()
|
A D | hfi_cmds.c | 190 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()
|
A D | hfi.c | 546 fd->buffer_type == HFI_BUFFER_OUTPUT2) in hfi_session_process_buf()
|
A D | hfi_plat_bufs_v6.c | 1234 buftype == HFI_BUFFER_OUTPUT2) { in bufreq_dec() 1299 buftype == HFI_BUFFER_OUTPUT2) { in bufreq_enc()
|
A D | hfi_helper.h | 395 #define HFI_BUFFER_OUTPUT2 0x3 macro
|
Completed in 30 milliseconds