Home
last modified time | relevance | path

Searched defs:asset (Results 1 – 25 of 44) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Ddca_exss.c23 static void parse_xll_parameters(DCAExssParser *s, DCAExssAsset *asset) in parse_xll_parameters()
49 static void parse_lbr_parameters(DCAExssParser *s, DCAExssAsset *asset) in parse_lbr_parameters()
60 static int parse_descriptor(DCAExssParser *s, DCAExssAsset *asset) in parse_descriptor()
322 static int set_exss_offsets(DCAExssAsset *asset) in set_exss_offsets()
Ddca_xll.c116 static int chs_parse_header(DCAXllDecoder *s, DCAXllChSet *c, DCAExssAsset *asset) in chs_parse_header()
903 static int parse_sub_headers(DCAXllDecoder *s, DCAExssAsset *asset) in parse_sub_headers()
1041 static int parse_frame(DCAXllDecoder *s, uint8_t *data, int size, DCAExssAsset *asset) in parse_frame()
1082 static int parse_frame_no_pbr(DCAXllDecoder *s, uint8_t *data, int size, DCAExssAsset *asset) in parse_frame_no_pbr()
1120 static int parse_frame_pbr(DCAXllDecoder *s, uint8_t *data, int size, DCAExssAsset *asset) in parse_frame_pbr()
1161 int ff_dca_xll_parse(DCAXllDecoder *s, uint8_t *data, DCAExssAsset *asset) in ff_dca_xll_parse()
1326 DCAExssAsset *asset = &dca->exss.assets[0]; in ff_dca_xll_filter_frame() local
Ddcadec.c198 DCAExssAsset *asset = NULL; in dcadec_decode_frame() local
/third_party/flutter/engine/flutter/lib/ui/text/
Dasset_manager_font_provider.cc52 std::string asset) { in RegisterAsset()
72 void AssetManagerFontStyleSet::registerAsset(std::string asset) { in registerAsset()
91 TypefaceAsset& asset = assets_[index]; in createTypeface() local
118 for (const TypefaceAsset& asset : assets_) in matchStyle() local
Dasset_manager_font_provider.h51 std::string asset; member
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DFFMpegExtractor.cpp26 auto asset = (AAsset *) opaque; in read() local
33 auto asset = (AAsset*)opaque; in seek() local
44 bool FFMpegExtractor::createAVIOContext(AAsset *asset, uint8_t *buffer, uint32_t bufferSize, in createAVIOContext()
120 AAsset *asset, in decode()
DAAssetDataSource.cpp41 AAsset *asset = AAssetManager_open(&assetManager, filename, AASSET_MODE_UNKNOWN); in newFromCompressedAsset() local
DNDKExtractor.cpp27 int32_t NDKExtractor::decode(AAsset *asset, uint8_t *targetData, AudioProperties targetProperties) { in decode()
/third_party/flutter/engine/flutter/shell/platform/android/
Dapk_asset_provider.cc26 APKAssetMapping(AAsset* asset) : asset_(asset) {} in APKAssetMapping()
46 AAsset* asset = in GetAsMapping() local
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/tests/
Dtest_manifest.json9 "asset": "Roboto-Regular.ttf" string
22 "asset": "RobotoSlab-Regular.ttf" string
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DCorrectnessActivity.java73 private void setLotties(int asset) { in setLotties()
82 private void saveAsPng(int asset, Bitmap bitmap) { in saveAsPng()
121 private void runCorrectness(int asset) { in runCorrectness()
/third_party/flutter/skia/modules/skottie/src/layers/
DImageLayer.cpp32 auto asset = fResourceProvider->loadImageAsset(path->begin(), name->begin(), id->begin()); in loadImageAsset() local
64 MultiFrameAnimator(sk_sp<ImageAsset> asset, sk_sp<sksg::Image> image_node, in attachImageAsset()
/third_party/skia/site/docs/dev/tools/
Dsk.md15 ### asset subsection
/third_party/skia/modules/skottie/src/layers/
DFootageLayer.cpp32 FootageAnimator(sk_sp<ImageAsset> asset, in FootageAnimator()
92 auto asset = fResourceProvider->loadImageAsset(path->begin(), name->begin(), id->begin()); in loadFootageAsset() local
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/plugins/shim/
DShimRegistrar.java86 public String lookupKeyForAsset(String asset) { in lookupKeyForAsset()
91 public String lookupKeyForAsset(String asset, String packageName) { in lookupKeyForAsset()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DPluginRegistry.java125 String lookupKeyForAsset(String asset); in lookupKeyForAsset()
136 String lookupKeyForAsset(String asset, String packageName); in lookupKeyForAsset()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/
DFlutterMain.java338 public static String getLookupKeyForAsset(@NonNull String asset) { in getLookupKeyForAsset()
352 public static String getLookupKeyForAsset(@NonNull String asset, @NonNull String packageName) { in getLookupKeyForAsset()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/app/
DFlutterPluginRegistry.java144 public String lookupKeyForAsset(String asset) { in lookupKeyForAsset()
149 public String lookupKeyForAsset(String asset, String packageName) { in lookupKeyForAsset()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Diosassetsrc.h81 gpointer asset; /* asset representation */ member
Davfassetsrc.h78 AVAsset *asset; variable
/third_party/flutter/skia/modules/skottie/src/
DComposition.cpp114 auto asset = func(*asset_info->fAsset); in attachAssetRef() local
/third_party/skia/modules/skresources/src/
DSkResources.cpp254 if (const auto* asset = fImageCache.find(key)) { in loadImageAsset() local
258 auto asset = this->INHERITED::loadImageAsset(resource_path, resource_name, resource_id); in loadImageAsset() local
/third_party/flutter/skia/tests/
DStreamTest.cpp335 SkStreamAsset* asset, in stream_peek_test()
385 std::unique_ptr<SkStreamAsset> asset(dynamicMemoryWStream.detachAsStream()); in DEF_TEST() local
475 std::unique_ptr<SkStreamAsset> asset(tmp.detachAsStream()); in DEF_TEST() local
/third_party/skia/tests/
DStreamTest.cpp345 SkStreamAsset* asset, in stream_peek_test()
395 std::unique_ptr<SkStreamAsset> asset(dynamicMemoryWStream.detachAsStream()); in DEF_TEST() local
485 std::unique_ptr<SkStreamAsset> asset(tmp.detachAsStream()); in DEF_TEST() local
/third_party/skia/modules/canvaskit/
Dparticles_bindings.cpp65 for (const auto& asset : fAssets) { in findAsset() local

12