Home
last modified time | relevance | path

Searched refs:aot (Results 1 – 25 of 29) sorted by relevance

12

/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/embedder/
DBUILD.gn18 aot = true
33 aot = true
46 snapshot_assembly = "$target_gen_dir/aot${product_suffix}_vm_snapshot.S"
66 "--snapshot_kind=vm-aot-assembly",
83 "$target_gen_dir/aot${product_suffix}_vm_snapshot.S",
/third_party/ffmpeg/libavcodec/
Dadts_header.c33 int aot, crc_abs; in ff_adts_header_parse() local
41 aot = get_bits(gbc, 2); /* profile_objecttype */ in ff_adts_header_parse()
61 hdr->object_type = aot + 1; in ff_adts_header_parse()
Dlibfdk-aacenc.c128 int aot = FF_PROFILE_AAC_LOW + 1; in aac_encode_init() local
138 aot = avctx->profile + 1; in aac_encode_init()
140 if ((err = aacEncoder_SetParam(s->handle, AACENC_AOT, aot)) != AACENC_OK) { in aac_encode_init()
142 aot, aac_get_error(err)); in aac_encode_init()
146 if (aot == FF_PROFILE_AAC_ELD + 1 && s->eld_sbr) { in aac_encode_init()
167 if (aot == FF_PROFILE_AAC_ELD + 1 && s->eld_v2) { in aac_encode_init()
Daacdec_template.c1412 const int aot = m4ac->object_type; in decode_ics_info() local
1416 if (aot != AOT_ER_AAC_ELD) { in decode_ics_info()
1424 if (aot == AOT_ER_AAC_LD && in decode_ics_info()
1461 if (aot == AOT_ER_AAC_LD || aot == AOT_ER_AAC_ELD) { in decode_ics_info()
1485 if (aot != AOT_ER_AAC_ELD) { in decode_ics_info()
1490 if (aot == AOT_AAC_MAIN) { in decode_ics_info()
1494 } else if (aot == AOT_AAC_LC || in decode_ics_info()
1495 aot == AOT_ER_AAC_LC) { in decode_ics_info()
1500 if (aot == AOT_ER_AAC_LD) { in decode_ics_info()
3160 int aot = m4ac->object_type; local
[all …]
/third_party/flutter/engine/flutter/testing/scenario_app/
Dcompile_android_aot.sh36 --aot --tfa --target=flutter \
42 "$DEVICE_TOOLS/gen_snapshot" --deterministic --snapshot_kind=app-aot-elf --elf="$OUTDIR/libapp.so" …
Dcompile_ios_aot.sh37 --aot --tfa --target=flutter \
43 "$DEVICE_TOOLS/gen_snapshot" --deterministic --snapshot_kind=app-aot-assembly --assembly=$OUTDIR/sn…
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Dbuild_aot_test.dart35 testUsingContext('build aot validates building with bitcode requires a local engine', () async {
42 testUsingContext('build aot validates existence of Flutter.framework in engine', () async {
52 testUsingContext('build aot validates Flutter.framework/Flutter contains bitcode', () async {
74 …testUsingContext('build aot validates Flutter.framework/Flutter was built with same toolchain', ()…
108 testUsingContext('build aot validates and succeeds - same version of Xcode', () async {
138 …testUsingContext('build aot validates and succeeds when user has newer version of Xcode', () async…
/third_party/flutter/engine/flutter/tools/fuchsia/
Dbuild_fuchsia_artifacts.py113 def CopyToBucketWithMode(source, destination, aot, product, runner_type): argument
114 mode = 'aot' if aot else 'jit'
167 def GetRunnerTarget(runner_type, product, aot): argument
173 if aot:
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dcodec-utils.c136 guint8 aot; in gst_codec_utils_aac_get_audio_object_type() local
138 if (!gst_bit_reader_get_bits_uint8 (br, &aot, 5)) in gst_codec_utils_aac_get_audio_object_type()
141 if (aot == 31) { in gst_codec_utils_aac_get_audio_object_type()
142 if (!gst_bit_reader_get_bits_uint8 (br, &aot, 6)) in gst_codec_utils_aac_get_audio_object_type()
144 aot += 32; in gst_codec_utils_aac_get_audio_object_type()
147 *audio_object_type = aot; in gst_codec_utils_aac_get_audio_object_type()
181 guint8 aot, channels; in gst_codec_utils_aac_get_audio_object_type_full() local
184 if (!gst_codec_utils_aac_get_audio_object_type (br, &aot)) in gst_codec_utils_aac_get_audio_object_type_full()
195 if (aot == 5 || aot == 29) { in gst_codec_utils_aac_get_audio_object_type_full()
198 if (!gst_codec_utils_aac_get_audio_object_type (br, &aot)) in gst_codec_utils_aac_get_audio_object_type_full()
[all …]
/third_party/ffmpeg/tools/
Dsidxindex.c69 int aot = codecpar->extradata[0] >> 3; in set_codec_str() local
70 if (aot == 31) in set_codec_str()
71 aot = ((AV_RB16(codecpar->extradata) >> 5) & 0x3f) + 32; in set_codec_str()
72 av_strlcatf(str, size, ".%d", aot); in set_codec_str()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/base/
Dbuild_test.dart204 '--snapshot_kind=app-aot-assembly',
258 '--snapshot_kind=app-aot-assembly',
305 '--snapshot_kind=app-aot-assembly',
341 '--snapshot_kind=app-aot-assembly',
379 '--snapshot_kind=app-aot-assembly',
406 '--snapshot_kind=app-aot-elf',
436 '--snapshot_kind=app-aot-elf',
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.c202 gint transmux = 0, aot = AOT_AAC_LC; in gst_fdkaacenc_set_format() local
247 aot = AOT_AAC_LC; in gst_fdkaacenc_set_format()
249 if ((err = aacEncoder_SetParam (self->enc, AACENC_AOT, aot)) != AACENC_OK) { in gst_fdkaacenc_set_format()
250 GST_ERROR_OBJECT (self, "Unable to set AOT %d: %d", aot, err); in gst_fdkaacenc_set_format()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/build_system/targets/
Ddart_test.dart124 aot: anyNamed('aot'),
148 aot: anyNamed('aot'),
363 bool aot = false,
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dbuild.dart135 genSnapshotArgs.add('--snapshot_kind=app-aot-assembly');
140 genSnapshotArgs.add('--snapshot_kind=app-aot-elf');
166 await _timedStep('snapshot(CompileTime)', 'aot-snapshot',
297 await _timedStep('frontend(CompileTime)', 'aot-kernel',
309 aot: true,
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dcodegen.dart99 bool aot = false,
135 aot: aot,
Dcompile.dart221 bool aot = false,
254 if (aot) {
255 command.add('--aot');
258 // If we're not targeting product (release) mode and we're still aot, then
262 } else if (aot) {
Dbuild_info.dart448 return fs.path.join(getBuildDirectory(), 'aot');
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dflutter_app.gni256 forward_variables_from(invoker, "*", [ "aot" ])
300 forward_variables_from(invoker, "*", [ "aot" ])
311 "aot",
DBUILD.gn179 flutter_runner("aot") {
285 deps = [ ":aot${product_suffix}" ]
/third_party/flutter/engine/flutter/testing/
Dtesting.gni87 "--aot",
131 "--snapshot_kind=app-aot-blobs",
/third_party/flutter/flutter/packages/flutter_tools/bin/
Dxcode_backend.sh184 build aot \
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/targets/
Ddart.dart99 aot: buildMode != BuildMode.debug,
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dbuild_aot.dart67 final String name = 'aot';
/third_party/ffmpeg/libavformat/
Ddashenc.c408 int aot = par->extradata[0] >> 3; in set_codec_str() local
409 if (aot == 31) in set_codec_str()
410 aot = ((AV_RB16(par->extradata) >> 5) & 0x3f) + 32; in set_codec_str()
411 av_strlcatf(str, size, ".%d", aot); in set_codec_str()
/third_party/flutter/flutter/dev/devicelab/lib/tasks/
Dperf_tests.dart323 'aot',

12