Home
last modified time | relevance | path

Searched refs:allocate_output_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_mem.cc57 allocate_output_(std::move(allocate_output)), in FewerArgsForCompiler()
67 std::function<uint8*(int, int, int)> allocate_output_; member in tensorflow::jpeg::__anonbf8cd5670111::FewerArgsForCompiler
243 dstdata = argball->allocate_output_(target_output_width, in UncompressLow()
247 uint8* dstdata = argball->allocate_output_(target_output_width, in UncompressLow()
458 dstdata = argball->allocate_output_(target_output_width, in UncompressLow()
/external/flac/src/libFLAC/
Dstream_decoder.c78 static FLAC__bool allocate_output_(FLAC__StreamDecoder *decoder, uint32_t size, uint32_t channels);
1262 FLAC__bool allocate_output_(FLAC__StreamDecoder *decoder, uint32_t size, uint32_t channels) in allocate_output_() function
2036 …if(!allocate_output_(decoder, decoder->private_->frame.header.blocksize, decoder->private_->frame.… in read_frame_()