Searched refs:peak_format (Results 1 – 1 of 1) sorted by relevance
82 int peak_format; member168 if (wav->peak_bps == 1 && wav->peak_format == PEAK_FORMAT_UINT16) { in peak_init_writer()211 if (wav->peak_bps == 2 && wav->peak_format == PEAK_FORMAT_UINT8) { in peak_write_frame()220 if (wav->peak_format == PEAK_FORMAT_UINT8) { in peak_write_frame()277 avio_wl32(pb, wav->peak_format); /* 8 or 16 bit */ in peak_write_chunk()495 … "The format of the peak envelope data (1: uint8, 2: uint16).", OFFSET(peak_format), AV_OPT_TYPE_I…