Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngimage.c1229 write_function(png_structp pp, png_bytep data, png_size_t size) in write_function() function
1249 png_set_write_fn(dp->write_pp, &dp->written_file, write_function, in write_png()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.hpp818 bool PreWriteBlock(Type* write_function);
Dmkvmuxer.cpp1510 bool Cluster::PreWriteBlock(Type* write_function) { in PreWriteBlock() argument
1511 if (write_function == NULL) in PreWriteBlock()