Home
last modified time | relevance | path

Searched defs:first_field (Results 1 – 8 of 8) sorted by relevance

/external/libhevc/encoder/
Dihevce_frame_process.c2004 WORD32 first_field, in ihevce_get_frame_lambda_prms()
2750 WORD32 first_field = 1; in ihevce_frame_init() local
3321 WORD32 first_field = 1; in ihevce_enc_frm_proc_slave_thrd() local
3447 WORD32 first_field = 1; in ihevce_enc_frm_proc_slave_thrd() local
5023 WORD32 first_field = 1; in ihevce_pre_enc_init() local
Dihevce_lap_interface.c756 WORD32 first_field = (ps_lap_inp->s_input_buf.i4_topfield_first ^ i4_bottom_field); in ref_b_pic_population() local
Dihevce_rc_interface.c4060 WORD32 num_b_frms = i4_num_b_frms, first_field = i4_first_field; in ihevce_get_frame_lambda_modifier() local
/external/mesa3d/src/gallium/drivers/r600/
Deg_debug.c88 bool first_field = true; in eg_dump_reg() local
/external/crosvm/media/cros-codecs/src/decoders/h264/
Ddpb.rs198 let mut first_field = first_field_rc.borrow_mut(); in store_picture() localVariable
Ddecoder.rs1879 let first_field = self.find_first_field(slice)?; in handle_picture() localVariable
/external/mesa3d/src/amd/common/
Dac_debug.c156 bool first_field = true; in ac_dump_reg() local
/external/rust/crates/argh_derive/src/
Dlib.rs1101 let first_field = fields.unnamed.first().unwrap(); in enum_only_single_field_unnamed_variants() localVariable