OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_picture_structure
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/radeon/
radeon_vcn_enc.h
264
uint32_t
input_picture_structure
;
member in struct:rvcn_enc_h264_encode_params_s
radeon_vcn_enc_1_2.c
527
if (enc->enc_pic.h264_enc_params.
input_picture_structure
!= RENCODE_H264_PICTURE_STRUCTURE_FRAME) {
529
radeon_enc_code_fixed_bits(enc, enc->enc_pic.h264_enc_params.
input_picture_structure
== RENCODE_H264_PICTURE_STRUCTURE_BOTTOM_FIELD ? 1 : 0, 1);
734
enc->enc_pic.h264_enc_params.
input_picture_structure
= RENCODE_H264_PICTURE_STRUCTURE_FRAME;
740
RADEON_ENC_CS(enc->enc_pic.h264_enc_params.
input_picture_structure
);
Completed in 111 milliseconds