Lines Matching defs:bytes
521 * @param buf_size the plane size in bytes
550 * @param dst_size the destination plane size in bytes
553 * @return number of consumed bytes in byterun1 compressed bitstream
677 * @param linesize Line size of destination buffer (bytes)
694 * @param linesize Line size of destination buffer (bytes)
711 * @param src_size Source buffer size (bytes)
714 * @param linesize Line size of destination buffer (bytes)
762 * @param src_size Source buffer size (bytes)
765 * @param linesize Line size of destination buffer (bytes)
934 uint32_t type, flag, cols, groups, rows, bytes;
993 bytes = bytestream2_get_be16(&gb);
1008 if (!bytes || bytestream2_get_bytes_left(&gb) < bytes) {
1009 av_log(NULL, AV_LOG_ERROR, "bytes %"PRId32" is invalid", bytes);
1013 for (b = 0; b < bytes; b++) {
1029 if ((rows * bytes * bpp) & 1)