Lines Matching refs:block
37 * This is the sysfs path for the HDMI audio data block
845 char block[MAX_SAD_BLOCKS * SAD_BLOCK_SIZE];
846 char *sad = block;
858 /* Read audio block header */
862 if (header.length > (int)sizeof(block))
863 header.length = (int)sizeof(block);
864 fread(&block, header.length, 1, file);
880 /* Advance to next block */