HomeSort by relevance Sort by last modified time
    Searched refs:allocateStorage (Results 1 - 8 of 8) sorted by null

  /external/skia/src/codec/
SkHeifCodec.h 58 void allocateStorage(const SkImageInfo& dstInfo);
SkHeifCodec.cpp 288 this->allocateStorage(dstInfo);
299 void SkHeifCodec::allocateStorage(const SkImageInfo& dstInfo) {
346 this->allocateStorage(this->dstInfo());
374 this->allocateStorage(dstInfo);
SkJpegCodec.h 115 void allocateStorage(const SkImageInfo& dstInfo);
SkPngCodec.h 108 void allocateStorage(const SkImageInfo& dstInfo);
SkJpegCodec.cpp 603 this->allocateStorage(dstInfo);
614 void SkJpegCodec::allocateStorage(const SkImageInfo& dstInfo) {
678 this->allocateStorage(this->dstInfo());
748 this->allocateStorage(dstInfo);
    [all...]
SkPngCodec.cpp 431 void SkPngCodec::allocateStorage(const SkImageInfo& dstInfo) {
    [all...]
  /frameworks/av/media/libstagefright/foundation/
MetaData.cpp 248 void *dst = allocateStorage(from.mSize);
259 void *dst = allocateStorage(from.mSize);
280 void *dst = allocateStorage(size);
293 void *MetaData::typed_data::allocateStorage(size_t size) {
  /frameworks/av/media/libstagefright/include/media/stagefright/
MetaData.h 312 void *allocateStorage(size_t size);

Completed in 1451 milliseconds