Searched refs:frame_desc (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/intel/dev/ |
H A D | intel_debug.c | 190 struct intel_debug_block_frame frame_desc = { in intel_debug_write_identifiers() local 193 .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()
|
/third_party/ffmpeg/libavcodec/ |
H A D | wmavoice.c | 1279 const struct frame_type_desc *frame_desc, in synth_block_hardcoded() 1288 if (frame_desc->fcb_type == FCB_TYPE_SILENCE) { in synth_block_hardcoded() 1311 const struct frame_type_desc *frame_desc, in synth_block_fcb_acb() 1331 if (frame_desc->fcb_type == FCB_TYPE_AW_PULSES) { in synth_block_fcb_acb() 1346 int offset_nbits = 5 - frame_desc->log_n_blocks; in synth_block_fcb_acb() 1359 if (n < frame_desc->dbl_pulses) { in synth_block_fcb_acb() 1379 gain_weight = 8 >> frame_desc->log_n_blocks; in synth_block_fcb_acb() 1386 if (frame_desc->acb_type == ACB_TYPE_ASYMMETRIC) { in synth_block_fcb_acb() 1437 * @param frame_desc frame type descriptor 1446 const struct frame_type_desc *frame_desc, in synth_block() 1277 synth_block_hardcoded(WMAVoiceContext *s, GetBitContext *gb, int block_idx, int size, const struct frame_type_desc *frame_desc, float *excitation) synth_block_hardcoded() argument 1308 synth_block_fcb_acb(WMAVoiceContext *s, GetBitContext *gb, int block_idx, int size, int block_pitch_sh2, const struct frame_type_desc *frame_desc, float *excitation) synth_block_fcb_acb() argument 1442 synth_block(WMAVoiceContext *s, GetBitContext *gb, int block_idx, int size, int block_pitch_sh2, const double *lsps, const double *prev_lsps, const struct frame_type_desc *frame_desc, float *excitation, float *synth) synth_block() argument [all...] |
/third_party/mesa3d/src/intel/tools/ |
H A D | intel_dump_gpu.c | 278 const struct intel_debug_block_frame *frame_desc = in dump_execbuffer2() local 282 current_frame_id = frame_desc ? frame_desc->frame_id : 0; in dump_execbuffer2()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_uvc.h | 719 struct uvc_uncompressed_frame_descriptor3 *frame_desc; /* pointer to the frame descriptor */ member
|
/third_party/backends/backend/ |
H A D | snapscan-options.c | 110 static char frame_desc[] = SANE_I18N( variable 886 po[OPT_FRAME_NO].desc = frame_desc; in init_options()
|
Completed in 8 milliseconds