Searched refs:input_picture_structure (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_3_0.c84 enc->enc_pic.h264_enc_params.input_picture_structure = RENCODE_H264_PICTURE_STRUCTURE_FRAME;
91 RADEON_ENC_CS(enc->enc_pic.h264_enc_params.input_picture_structure);
H A Dradeon_vcn_enc.h292 uint32_t input_picture_structure; member in struct:rvcn_enc_h264_encode_params_s
H A Dradeon_vcn_enc_1_2.c857 if (enc->enc_pic.h264_enc_params.input_picture_structure !=
861 enc->enc_pic.h264_enc_params.input_picture_structure ==
1232 enc->enc_pic.h264_enc_params.input_picture_structure = RENCODE_H264_PICTURE_STRUCTURE_FRAME;
1238 RADEON_ENC_CS(enc->enc_pic.h264_enc_params.input_picture_structure);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc.h307 uint32_t input_picture_structure; member in struct:rvcn_enc_h264_encode_params_s
H A Dradeon_vcn_enc_1_2.c865 if (enc->enc_pic.h264_enc_params.input_picture_structure != RENCODE_H264_PICTURE_STRUCTURE_FRAME) {
867 radeon_enc_code_fixed_bits(enc, enc->enc_pic.h264_enc_params.input_picture_structure == RENCODE_H264_PICTURE_STRUCTURE_BOTTOM_FIELD ? 1 : 0, 1);
1244 enc->enc_pic.h264_enc_params.input_picture_structure = RENCODE_H264_PICTURE_STRUCTURE_FRAME;
1250 RADEON_ENC_CS(enc->enc_pic.h264_enc_params.input_picture_structure);

Completed in 15 milliseconds