Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
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; in decode_8() local
1297 av_fast_malloc(&ctx->rle_buf, &ctx->rle_buf_size, npixels); in decode_8()
[all …]
/third_party/ffmpeg/libavformat/
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 … in read_frame()
184 if (bytes_copied > npixels) { in read_frame()
/third_party/skia/include/third_party/skcms/
Dskcms.h340 size_t npixels);
351 size_t npixels,
/third_party/skia/third_party/skcms/
Dskcms.cc1623 size_t npixels = 84; in skcms_ApproximatelyEqualProfiles() local
1626 npixels = 63; in skcms_ApproximatelyEqualProfiles()
1636 npixels)) { in skcms_ApproximatelyEqualProfiles()
1642 npixels)) { in skcms_ApproximatelyEqualProfiles()
2606 size_t npixels) { in skcms_Transform() argument
2609 npixels, nullptr); in skcms_Transform()
/third_party/NuttX/
DReleaseNotes32978  * [#7277](https://github.com/apache/incubator-nuttx/pull/7277) drivers: lcd: Fix npixels parameter…