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}
88 "SAMPLE_SIZE", options.sampleSize, in ReportDecodeFault()142 { .name = "SAMPLE_SIZE", .t = HISYSEVENT_UINT32, .v = { .ui32 = options.sampleSize } }, in ReportDecodeInfo()
364 int sample_size = inChannels_ * inSampleBit_ / 8; in DoSwr() local365 in_samples = in_samples / sample_size; in DoSwr()