Searched full:sample_size (Results 1 – 3 of 3) sorted by relevance
48 SAMPLE_SIZE: {type: UINT32, desc: sample}78 SAMPLE_SIZE: {type: UINT32, desc: sample}
101 "SAMPLE_SIZE", options.sampleSize, in ReportDecodeFault()160 { .name = "SAMPLE_SIZE", .t = HISYSEVENT_UINT32, .v = { .ui32 = options.sampleSize } }, in ReportDecodeInfo()
379 int sample_size = (int)(inChannels_ * inSampleBit_ / 8); in DoSwr() local380 in_samples = in_samples / sample_size; in DoSwr()