Home
last modified time | relevance | path

Searched refs:npixels (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/escl/
H A Descl_tiff.c62 uint32_t npixels = 0; in get_TIFF_data() local
75 npixels = w * h; in get_TIFF_data()
76 surface = (unsigned char*) malloc(npixels * sizeof (uint32_t)); in get_TIFF_data()
/third_party/ffmpeg/libavformat/
H A Dbethsoftvid.c110 int position, duration, npixels; in read_frame() local
132 npixels = st->codecpar->width * st->codecpar->height; in read_frame()
178 if(bytes_copied == npixels){ // sometimes no stop character is given, need to keep track of bytes copied in read_frame()
184 if (bytes_copied > npixels) { in read_frame()
/third_party/ffmpeg/libavcodec/
H A Dsanm.c288 long npixels, buf_size; member
442 ctx->npixels = width * height; in init_sizes()
1257 int npixels; in decode_5() local
1265 npixels = ctx->npixels; in decode_5()
1267 while (npixels--) { in decode_5()
1278 int npixels = ctx->npixels; in decode_6() local
1281 if (bytestream2_get_bytes_left(&ctx->gb) < npixels) { in decode_6()
1285 while (npixels in decode_6()
1295 long npixels = ctx->npixels; decode_8() local
[all...]
/third_party/skia/include/third_party/skcms/
H A Dskcms.h330 // Convert npixels pixels from src format and color profile to dst format and color profile
340 size_t npixels);
351 size_t npixels,
/third_party/skia/third_party/skcms/
H A Dskcms.cc1623 size_t npixels = 84;
1626 npixels = 63;
1636 npixels)) {
1642 npixels)) {
2606 size_t npixels) {
2609 npixels, nullptr);

Completed in 7 milliseconds