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::__anon200685c90111::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/libFLAC/
Dstream_decoder.c78 static FLAC__bool allocate_output_(FLAC__StreamDecoder *decoder, unsigned size, unsigned channels);
1266 FLAC__bool allocate_output_(FLAC__StreamDecoder *decoder, unsigned size, unsigned channels) in allocate_output_() function
2035 …if(!allocate_output_(decoder, decoder->private_->frame.header.blocksize, decoder->private_->frame.… in read_frame_()