Searched refs:frame_desc (Results 1 – 4 of 4) sorted by relevance
190 struct intel_debug_block_frame frame_desc = { in intel_debug_write_identifiers() local193 .length = sizeof(frame_desc), in intel_debug_write_identifiers()196 memcpy(output, &frame_desc, sizeof(frame_desc)); in intel_debug_write_identifiers()197 output += sizeof(frame_desc); in intel_debug_write_identifiers()
1278 const struct frame_type_desc *frame_desc, in synth_block_hardcoded() argument1287 if (frame_desc->fcb_type == FCB_TYPE_SILENCE) { in synth_block_hardcoded()1310 const struct frame_type_desc *frame_desc, in synth_block_fcb_acb() argument1330 if (frame_desc->fcb_type == FCB_TYPE_AW_PULSES) { in synth_block_fcb_acb()1345 int offset_nbits = 5 - frame_desc->log_n_blocks; in synth_block_fcb_acb()1358 if (n < frame_desc->dbl_pulses) { in synth_block_fcb_acb()1378 gain_weight = 8 >> frame_desc->log_n_blocks; in synth_block_fcb_acb()1385 if (frame_desc->acb_type == ACB_TYPE_ASYMMETRIC) { in synth_block_fcb_acb()1445 const struct frame_type_desc *frame_desc, in synth_block() argument1453 if (frame_desc->acb_type == ACB_TYPE_NONE) in synth_block()[all …]
278 const struct intel_debug_block_frame *frame_desc = in dump_execbuffer2() local282 current_frame_id = frame_desc ? frame_desc->frame_id : 0; in dump_execbuffer2()
719 struct uvc_uncompressed_frame_descriptor3 *frame_desc; /* pointer to the frame descriptor */ member