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

  /external/skia/src/codec/
SkJpegCodec.h 116 void allocateStorage(const SkImageInfo& dstInfo);
SkPngCodec.h 109 void allocateStorage(const SkImageInfo& dstInfo);
SkJpegCodec.cpp 606 this->allocateStorage(dstInfo);
617 void SkJpegCodec::allocateStorage(const SkImageInfo& dstInfo) {
681 this->allocateStorage(this->dstInfo());
751 this->allocateStorage(dstInfo);
    [all...]
SkPngCodec.cpp 443 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/
MetaData.h 304 void *allocateStorage(size_t size);

Completed in 265 milliseconds