• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/

Lines Matching refs:append_shorthand_operation

105 static Operation *append_shorthand_operation(CommandLineOptions *options, OperationType type);
247 op2 = append_shorthand_operation(options, OP__ADD_SEEKPOINT);
372 (void) append_shorthand_operation(options, OP__SHOW_MD5SUM);
375 (void) append_shorthand_operation(options, OP__SHOW_MIN_BLOCKSIZE);
378 (void) append_shorthand_operation(options, OP__SHOW_MAX_BLOCKSIZE);
381 (void) append_shorthand_operation(options, OP__SHOW_MIN_FRAMESIZE);
384 (void) append_shorthand_operation(options, OP__SHOW_MAX_FRAMESIZE);
387 (void) append_shorthand_operation(options, OP__SHOW_SAMPLE_RATE);
390 (void) append_shorthand_operation(options, OP__SHOW_CHANNELS);
393 (void) append_shorthand_operation(options, OP__SHOW_BPS);
396 (void) append_shorthand_operation(options, OP__SHOW_TOTAL_SAMPLES);
399 op = append_shorthand_operation(options, OP__SET_MD5SUM);
409 op = append_shorthand_operation(options, OP__SET_MIN_BLOCKSIZE);
418 op = append_shorthand_operation(options, OP__SET_MAX_BLOCKSIZE);
427 op = append_shorthand_operation(options, OP__SET_MIN_FRAMESIZE);
436 op = append_shorthand_operation(options, OP__SET_MAX_FRAMESIZE);
445 op = append_shorthand_operation(options, OP__SET_SAMPLE_RATE);
454 op = append_shorthand_operation(options, OP__SET_CHANNELS);
463 op = append_shorthand_operation(options, OP__SET_BPS);
472 op = append_shorthand_operation(options, OP__SET_TOTAL_SAMPLES);
481 (void) append_shorthand_operation(options, OP__SHOW_VC_VENDOR);
485 op = append_shorthand_operation(options, OP__SHOW_VC_FIELD);
494 (void) append_shorthand_operation(options, OP__REMOVE_VC_ALL);
498 op = append_shorthand_operation(options, OP__REMOVE_VC_FIELD);
508 op = append_shorthand_operation(options, OP__REMOVE_VC_FIRSTFIELD);
518 op = append_shorthand_operation(options, OP__SET_VC_FIELD);
529 op = append_shorthand_operation(options, OP__SET_VC_FIELD);
539 op = append_shorthand_operation(options, OP__IMPORT_VC_FROM);
547 op = append_shorthand_operation(options, OP__EXPORT_VC_TO);
559 op = append_shorthand_operation(options, OP__IMPORT_CUESHEET_FROM);
567 op = append_shorthand_operation(options, OP__EXPORT_CUESHEET_TO);
575 op = append_shorthand_operation(options, OP__IMPORT_PICTURE_FROM);
584 op = append_shorthand_operation(options, OP__EXPORT_PICTURE_TO);
604 op = append_shorthand_operation(options, OP__ADD_SEEKPOINT);
611 (void) append_shorthand_operation(options, OP__ADD_REPLAY_GAIN);
623 op = append_shorthand_operation(options, OP__REMOVE_VC_FIELD);
628 op = append_shorthand_operation(options, OP__ADD_PADDING);
764 Operation *append_shorthand_operation(CommandLineOptions *options, OperationType type)