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

  /external/skia/src/codec/
SkHeifCodec.cpp 288 this->allocateStorage(dstInfo);
299 void SkHeifCodec::allocateStorage(const SkImageInfo& dstInfo) {
346 this->allocateStorage(this->dstInfo());
374 this->allocateStorage(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) {

Completed in 81 milliseconds