Home
last modified time | relevance | path

Searched refs:dstdata (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_mem.cc239 uint8* dstdata = nullptr; in UncompressLow() local
241 dstdata = new JSAMPLE[stride * target_output_height]; in UncompressLow()
243 dstdata = argball->allocate_output_(target_output_width, in UncompressLow()
247 uint8* dstdata = argball->allocate_output_(target_output_width, in UncompressLow() local
250 if (dstdata == nullptr) { in UncompressLow()
254 JSAMPLE* output_line = static_cast<JSAMPLE*>(dstdata); in UncompressLow()
371 dstdata + static_cast<int64>(target_output_height - 1) * stride); in UncompressLow()
452 delete[] dstdata; in UncompressLow()
457 const uint8* full_image = dstdata; in UncompressLow()
458 dstdata = argball->allocate_output_(target_output_width, in UncompressLow()
[all …]
/external/tensorflow/tensorflow/core/lib/gif/
Dgif_io.cc101 uint8* const dstdata = allocate_output(num_frames, width, height, channel); in Decode() local
102 if (!dstdata) return nullptr; in Decode()
104 uint8* this_dst = dstdata + k * width * channel * height; in Decode()
128 uint8* last_dst = dstdata + (k - 1) * width * channel * height; in Decode()
170 return dstdata; in Decode()
/external/stressapptest/src/
Dworker.cc1017 datacast_t dstdata; in AdlerAddrMemcpyC() local
1037 dstdata.l64 = dstmem64[i]; in AdlerAddrMemcpyC()
1043 if (dstdata.l64 != dst_tag) in AdlerAddrMemcpyC()
1044 ReportTagError(&dstmem64[i], dstdata.l64, dst_tag); in AdlerAddrMemcpyC()