Home
last modified time | relevance | path

Searched refs:input_picture_structure (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_enc_3_0.c84 enc->enc_pic.h264_enc_params.input_picture_structure = RENCODE_H264_PICTURE_STRUCTURE_FRAME; in radeon_enc_encode_params_h264()
91 RADEON_ENC_CS(enc->enc_pic.h264_enc_params.input_picture_structure); in radeon_enc_encode_params_h264()
Dradeon_vcn_enc_1_2.c685 if (enc->enc_pic.h264_enc_params.input_picture_structure != in radeon_enc_slice_header()
689 enc->enc_pic.h264_enc_params.input_picture_structure == in radeon_enc_slice_header()
1052 enc->enc_pic.h264_enc_params.input_picture_structure = RENCODE_H264_PICTURE_STRUCTURE_FRAME; in radeon_enc_encode_params_h264()
1058 RADEON_ENC_CS(enc->enc_pic.h264_enc_params.input_picture_structure); in radeon_enc_encode_params_h264()
Dradeon_vcn_enc.h287 uint32_t input_picture_structure; member