Home
last modified time | relevance | path

Searched refs:HFI_BUFFER_OUTPUT (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/platform/qcom/venus/
H A Dhfi_platform_v4.c29 .fmts[0] = {HFI_BUFFER_OUTPUT, HFI_COLOR_FORMAT_NV12_UBWC},
52 .fmts[0] = {HFI_BUFFER_OUTPUT, HFI_COLOR_FORMAT_NV12_UBWC},
53 .fmts[1] = {HFI_BUFFER_OUTPUT, HFI_COLOR_FORMAT_YUV420_TP10_UBWC},
80 .fmts[0] = {HFI_BUFFER_OUTPUT, HFI_COLOR_FORMAT_NV12_UBWC},
103 .fmts[0] = {HFI_BUFFER_OUTPUT, HFI_COLOR_FORMAT_NV12_UBWC},
104 .fmts[1] = {HFI_BUFFER_OUTPUT, HFI_COLOR_FORMAT_YUV420_TP10_UBWC},
129 .fmts[0] = {HFI_BUFFER_OUTPUT, HFI_COLOR_FORMAT_NV12_UBWC},
H A Dhfi_platform_v6.c29 .fmts[0] = {HFI_BUFFER_OUTPUT, HFI_COLOR_FORMAT_NV12_UBWC},
52 .fmts[0] = {HFI_BUFFER_OUTPUT, HFI_COLOR_FORMAT_NV12_UBWC},
53 .fmts[1] = {HFI_BUFFER_OUTPUT, HFI_COLOR_FORMAT_YUV420_TP10_UBWC},
80 .fmts[0] = {HFI_BUFFER_OUTPUT, HFI_COLOR_FORMAT_NV12_UBWC},
103 .fmts[0] = {HFI_BUFFER_OUTPUT, HFI_COLOR_FORMAT_NV12_UBWC},
104 .fmts[1] = {HFI_BUFFER_OUTPUT, HFI_COLOR_FORMAT_YUV420_TP10_UBWC},
129 .fmts[0] = {HFI_BUFFER_OUTPUT, HFI_COLOR_FORMAT_NV12_UBWC},
H A Dhelpers.c109 if (inst->dpb_buftype == HFI_BUFFER_OUTPUT) in venus_helper_queue_dpb_bufs()
180 if (inst->dpb_buftype == HFI_BUFFER_OUTPUT) in venus_helper_alloc_dpb_bufs()
427 bd->buffer_type = HFI_BUFFER_OUTPUT; in fill_buffer_desc()
528 fdata.buffer_type = HFI_BUFFER_OUTPUT; in session_process_buf()
678 if (type == HFI_BUFFER_OUTPUT || type == HFI_BUFFER_OUTPUT2) in venus_helper_get_bufreq()
683 if (type == HFI_BUFFER_OUTPUT || type == HFI_BUFFER_OUTPUT2) in venus_helper_get_bufreq()
1232 buf_count.type = HFI_BUFFER_OUTPUT; in venus_helper_set_num_bufs()
1268 buftype = HFI_BUFFER_OUTPUT; in venus_helper_set_color_format()
1289 multi.buffer_type = HFI_BUFFER_OUTPUT; in venus_helper_set_multistream()
1312 mode.type = HFI_BUFFER_OUTPUT; in venus_helper_set_dyn_bufmode()
[all …]
H A Dhfi_msgs.c523 buffer_type = HFI_BUFFER_OUTPUT; in hfi_session_ftb_done()
539 buffer_type = HFI_BUFFER_OUTPUT; in hfi_session_ftb_done()
548 if (buffer_type != HFI_BUFFER_OUTPUT && in hfi_session_ftb_done()
H A Dhfi_plat_bufs_v6.c1234 } else if (buftype == HFI_BUFFER_OUTPUT || buftype == HFI_BUFFER_OUTPUT2) { in bufreq_dec()
1239 if (buftype == HFI_BUFFER_OUTPUT && in bufreq_dec()
1303 } else if (buftype == HFI_BUFFER_OUTPUT || in bufreq_enc()
H A Dhfi_parser.c78 if (mode->buffer_type == HFI_BUFFER_OUTPUT || in parse_alloc_mode()
H A Dhfi_cmds.c198 if (bd->buffer_type == HFI_BUFFER_OUTPUT || in pkt_session_set_buffers()
236 if (bd->buffer_type == HFI_BUFFER_OUTPUT || in pkt_session_unset_buffers()
323 if (out_frame->buffer_type == HFI_BUFFER_OUTPUT) in pkt_session_ftb()
H A Dhfi_helper.h394 #define HFI_BUFFER_OUTPUT 0x2 macro