Searched refs:dstdata (Results 1 – 3 of 3) sorted by relevance
239 uint8* dstdata = nullptr; in UncompressLow() local241 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() local250 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 …]
101 uint8* const dstdata = allocate_output(num_frames, width, height, channel); in Decode() local102 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()
1017 datacast_t dstdata; in AdlerAddrMemcpyC() local1037 dstdata.l64 = dstmem64[i]; in AdlerAddrMemcpyC()1043 if (dstdata.l64 != dst_tag) in AdlerAddrMemcpyC()1044 ReportTagError(&dstmem64[i], dstdata.l64, dst_tag); in AdlerAddrMemcpyC()