Searched refs:enc_params (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_1_2.c1157 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_I;
1160 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_P;
1163 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_P_SKIP;
1166 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_B;
1169 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_I;
1172 enc->enc_pic.enc_params.allowed_max_bitstream_size = enc->bs_size;
1173 enc->enc_pic.enc_params.input_pic_luma_pitch = enc->luma->u.gfx9.surf_pitch;
1174 enc->enc_pic.enc_params.input_pic_chroma_pitch = enc->chroma->u.gfx9.surf_pitch;
1175 enc->enc_pic.enc_params.input_pic_swizzle_mode = RENCODE_INPUT_SWIZZLE_MODE_LINEAR;
1178 enc->enc_pic.enc_params
[all...]
H A Dradeon_uvd_enc_1_1.c962 enc->enc_pic.enc_params.pic_type = RENC_UVD_PICTURE_TYPE_I;
965 enc->enc_pic.enc_params.pic_type = RENC_UVD_PICTURE_TYPE_P;
968 enc->enc_pic.enc_params.pic_type = RENC_UVD_PICTURE_TYPE_P_SKIP;
971 enc->enc_pic.enc_params.pic_type = RENC_UVD_PICTURE_TYPE_B;
974 enc->enc_pic.enc_params.pic_type = RENC_UVD_PICTURE_TYPE_I;
977 enc->enc_pic.enc_params.allowed_max_bitstream_size = enc->bs_size;
979 enc->enc_pic.enc_params.input_pic_luma_pitch =
981 enc->enc_pic.enc_params.input_pic_chroma_pitch =
985 enc->enc_pic.enc_params.input_pic_luma_pitch =
987 enc->enc_pic.enc_params
[all...]
H A Dradeon_uvd_enc.h420 ruvd_enc_encode_params_t enc_params; member in struct:radeon_uvd_enc_pic
H A Dradeon_vcn_enc.h444 rvcn_enc_encode_params_t enc_params; member in struct:radeon_enc_pic
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_uvd_enc_1_1.c861 enc->enc_pic.enc_params.pic_type = RENC_UVD_PICTURE_TYPE_I;
864 enc->enc_pic.enc_params.pic_type = RENC_UVD_PICTURE_TYPE_P;
867 enc->enc_pic.enc_params.pic_type = RENC_UVD_PICTURE_TYPE_P_SKIP;
870 enc->enc_pic.enc_params.pic_type = RENC_UVD_PICTURE_TYPE_B;
873 enc->enc_pic.enc_params.pic_type = RENC_UVD_PICTURE_TYPE_I;
876 enc->enc_pic.enc_params.allowed_max_bitstream_size = enc->bs_size;
878 enc->enc_pic.enc_params.input_pic_luma_pitch =
880 enc->enc_pic.enc_params.input_pic_chroma_pitch =
883 enc->enc_pic.enc_params.input_pic_luma_pitch = enc->luma->u.gfx9.surf_pitch * enc->luma->bpe;
884 enc->enc_pic.enc_params
[all...]
H A Dradeon_vcn_enc_1_2.c1135 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_I;
1138 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_P;
1141 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_P_SKIP;
1144 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_B;
1147 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_I;
1155 enc->enc_pic.enc_params.allowed_max_bitstream_size = enc->bs_size;
1156 enc->enc_pic.enc_params.input_pic_luma_pitch = enc->luma->u.gfx9.surf_pitch;
1157 enc->enc_pic.enc_params.input_pic_chroma_pitch = enc->chroma->u.gfx9.surf_pitch;
1158 enc->enc_pic.enc_params.input_pic_swizzle_mode = enc->luma->u.gfx9.swizzle_mode;
1161 enc->enc_pic.enc_params
[all...]
H A Dradeon_vcn_enc.h388 uint32_t enc_params; member in struct:rvcn_enc_cmd_s
475 rvcn_enc_encode_params_t enc_params; member in struct:radeon_enc_pic
H A Dradeon_uvd_enc.h384 ruvd_enc_encode_params_t enc_params; member in struct:radeon_uvd_enc_pic
H A Dradeon_vcn_enc_2_0.c537 enc->cmd.enc_params = RENCODE_IB_PARAM_ENCODE_PARAMS;

Completed in 13 milliseconds