Searched refs:ch_dst (Results 1 – 1 of 1) sorted by relevance
/external/libyuv/files/util/ |
D | yuvconvert.cc | 246 uint8* const ch_dst = new uint8[dst_size]; in main() local 255 delete[] ch_dst; in main() 306 ch_dst, dst_width * 4, dst_width, dst_height, in main() 323 ch_dst, dst_width * 4, ch_rec, dst_width, in main() 338 fwrite(ch_dst, sizeof(uint8), static_cast<size_t>(dst_size), in main() 358 delete[] ch_dst; in main()
|