Searched refs:session_type (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | hfi_plat_bufs.h | 38 int hfi_plat_bufreq_v6(struct hfi_plat_buffers_params *params, u32 session_type,
|
| H A D | hfi_parser.h | 22 caps = venus_caps_by_codec(core, inst->hfi_codec, inst->session_type); in get_cap()
|
| H A D | hfi_venus.c | 1223 static int venus_session_init(struct venus_inst *inst, u32 session_type, in venus_session_init() argument 1234 ret = pkt_session_init(&pkt, inst, session_type, codec); in venus_session_init() 1303 u32 session_type = inst->session_type; in venus_session_etb() local 1306 if (session_type == VIDC_SESSION_TYPE_DEC) { in venus_session_etb() 1314 } else if (session_type == VIDC_SESSION_TYPE_ENC) { in venus_session_etb()
|
| H A D | hfi_plat_bufs_v6.c | 1156 static int output_buffer_count(u32 session_type, u32 codec) in output_buffer_count() argument 1160 if (session_type == VIDC_SESSION_TYPE_DEC) { in output_buffer_count() 1327 int hfi_plat_bufreq_v6(struct hfi_plat_buffers_params *params, u32 session_type, in hfi_plat_bufreq_v6() argument 1330 if (session_type == VIDC_SESSION_TYPE_DEC) in hfi_plat_bufreq_v6()
|
| H A D | hfi_cmds.h | 271 u32 session_type, u32 codec);
|
| H A D | hfi_cmds.c | 163 u32 session_type, u32 codec) in pkt_session_init() argument 171 pkt->session_domain = session_type; in pkt_session_init()
|
| H A D | venc.c | 1480 inst->session_type = VIDC_SESSION_TYPE_ENC; in venc_open()
|
| H A D | vdec.c | 1698 inst->session_type = VIDC_SESSION_TYPE_DEC; in vdec_open()
|
| /linux/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 457 def start_auth_session(self, session_type, name_alg = TPM2_ALG_SHA1): argument 468 session_type,
|