Home
last modified time | relevance | path

Searched full:sample_size (Results 1 – 3 of 3) sorted by relevance

/foundation/multimedia/image_framework/
Dhisysevent.yaml48 SAMPLE_SIZE: {type: UINT32, desc: sample}
78 SAMPLE_SIZE: {type: UINT32, desc: sample}
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
Dimage_dfx.cpp88 "SAMPLE_SIZE", options.sampleSize, in ReportDecodeFault()
142 { .name = "SAMPLE_SIZE", .t = HISYSEVENT_UINT32, .v = { .ui32 = options.sampleSize } }, in ReportDecodeInfo()
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
Daudio_aac_codec.cpp364 int sample_size = inChannels_ * inSampleBit_ / 8; in DoSwr() local
365 in_samples = in_samples / sample_size; in DoSwr()