OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocatestorage
(Results
1 - 7
of
7
) sorted by null
/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) {
/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
...]
/art/runtime/base/
hash_set.h
181
AllocateStorage
(other.NumBuckets());
228
AllocateStorage
(num_buckets_);
576
void
AllocateStorage
(size_t num_buckets) {
617
AllocateStorage
(new_size);
/frameworks/av/media/libstagefright/include/
MetaData.h
304
void *
allocateStorage
(size_t size);
Completed in 492 milliseconds