Searched refs:HFI_BUFFER_OUTPUT (Results 1 – 14 of 14) sorted by relevance
| /drivers/media/platform/qcom/venus/ |
| A D | hfi_platform_v4.c | 29 .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},
|
| A D | hfi_platform_v6.c | 29 .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},
|
| A D | helpers.c | 109 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() 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() 1343 if (inst->opb_buftype == HFI_BUFFER_OUTPUT) in venus_helper_get_opb_size() 1770 found_ubwc = find_fmt_from_caps(caps, HFI_BUFFER_OUTPUT, in venus_helper_get_out_fmts() [all …]
|
| A D | vdec.c | 785 inst->dpb_buftype = HFI_BUFFER_OUTPUT; in vdec_output_conf() 788 inst->opb_buftype = HFI_BUFFER_OUTPUT; in vdec_output_conf() 793 inst->opb_buftype = HFI_BUFFER_OUTPUT; in vdec_output_conf() 825 ret = venus_helper_get_bufreq(inst, HFI_BUFFER_OUTPUT, &bufreq); in vdec_output_conf() 853 HFI_BUFFER_OUTPUT); in vdec_output_conf() 902 ret = venus_helper_get_bufreq(inst, HFI_BUFFER_OUTPUT, &bufreq); in vdec_num_buffers() 1015 ret = venus_helper_get_bufreq(inst, HFI_BUFFER_OUTPUT, &bufreq); in vdec_verify_conf() 1626 inst->opb_buftype = HFI_BUFFER_OUTPUT; in vdec_inst_init()
|
| A D | hfi_msgs.c | 556 buffer_type = HFI_BUFFER_OUTPUT; in hfi_session_ftb_done() 572 buffer_type = HFI_BUFFER_OUTPUT; in hfi_session_ftb_done() 581 if (buffer_type != HFI_BUFFER_OUTPUT && in hfi_session_ftb_done()
|
| A D | vdec_ctrls.c | 80 ret = venus_helper_get_bufreq(inst, HFI_BUFFER_OUTPUT, &bufreq); in vdec_op_g_volatile_ctrl()
|
| A D | hfi_plat_bufs_v6.c | 1234 } 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()
|
| A D | hfi_cmds.c | 198 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()
|
| A D | hfi_parser.c | 80 if (mode->buffer_type == HFI_BUFFER_OUTPUT || in parse_alloc_mode()
|
| A D | venc.c | 682 frate.buffer_type = HFI_BUFFER_OUTPUT; in venc_set_properties() 1048 HFI_BUFFER_OUTPUT); in venc_init_session() 1228 ret = venus_helper_get_bufreq(inst, HFI_BUFFER_OUTPUT, &bufreq); in venc_verify_conf()
|
| A D | hfi.c | 525 else if (fd->buffer_type == HFI_BUFFER_OUTPUT || in hfi_session_process_buf()
|
| A D | hfi_helper.h | 394 #define HFI_BUFFER_OUTPUT 0x2 macro
|
| /drivers/media/platform/qcom/iris/ |
| A D | iris_hfi_gen1_command.c | 17 return HFI_BUFFER_OUTPUT; in iris_hfi_gen1_buf_type_from_driver() 362 if (buffer_type == HFI_BUFFER_OUTPUT || in iris_hfi_gen1_session_unset_buffers() 592 fmt.buffer_type = HFI_BUFFER_OUTPUT; in iris_hfi_gen1_set_raw_format() 604 fmt.buffer_type = HFI_BUFFER_OUTPUT; in iris_hfi_gen1_set_raw_format() 648 buf_count.type = HFI_BUFFER_OUTPUT; in iris_hfi_gen1_set_num_bufs() 662 buf_count.type = HFI_BUFFER_OUTPUT; in iris_hfi_gen1_set_num_bufs() 679 multi.buffer_type = HFI_BUFFER_OUTPUT; in iris_hfi_gen1_set_multistream() 691 multi.buffer_type = HFI_BUFFER_OUTPUT; in iris_hfi_gen1_set_multistream() 714 bufsz.type = HFI_BUFFER_OUTPUT; in iris_hfi_gen1_set_bufsize() 726 bufsz.type = HFI_BUFFER_OUTPUT; in iris_hfi_gen1_set_bufsize()
|
| A D | iris_hfi_gen1_defines.h | 74 #define HFI_BUFFER_OUTPUT 0x2 macro
|
Completed in 38 milliseconds