Searched refs:hfi_codec (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_parser.h22 caps = venus_caps_by_codec(core, inst->hfi_codec, inst->session_type);
H A Dhelpers.c550 caps = venus_caps_by_codec(core, inst->hfi_codec, inst->session_type);
850 v4l2_id_profile_level(u32 hfi_codec, struct hfi_profile_level *pl, u32 *profile, u32 *level) argument
855 switch (hfi_codec) {
886 hfi_id_profile_level(u32 hfi_codec, u32 v4l2_pf, u32 v4l2_lvl, struct hfi_profile_level *pl) argument
888 switch (hfi_codec) {
928 v4l2_id_profile_level(inst->hfi_codec, &hprop.profile_level, profile, level);
939 hfi_id_profile_level(inst->hfi_codec, profile, level, &pl);
1160 if (inst->hfi_codec == HFI_VIDEO_CODEC_MPEG2 ||
1166 if (inst->hfi_codec == HFI_VIDEO_CODEC_VP8 &&
1765 caps = venus_caps_by_codec(core, inst->hfi_codec, ins
[all...]
H A Dhfi.c235 inst->hfi_codec = to_codec_type(pixfmt);
238 ret = ops->session_init(inst, inst->session_type, inst->hfi_codec);
H A Dhfi_parser.c223 *codecs = inst->hfi_codec;
H A Dcore.h419 * @hfi_codec: current codec for this instance in HFI space
490 u32 hfi_codec; member in struct:venus_inst
H A Dvdec.c1500 if (inst->hfi_codec == HFI_VIDEO_CODEC_VP9)
1603 inst->hfi_codec = HFI_VIDEO_CODEC_H264;
H A Dvenc.c925 switch (inst->hfi_codec) {
1435 inst->hfi_codec = HFI_VIDEO_CODEC_H264;

Completed in 393 milliseconds