Home
last modified time | relevance | path

Searched defs:n_channels (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/bta/av/
Dbta_av_sbc.c41 UINT16 n_channels; /* number of channels (i.e. mono(1), stereo(2)...) */ member
63 void bta_av_sbc_init_up_sample (UINT32 src_sps, UINT32 dst_sps, UINT16 bits, UINT16 n_channels) in bta_av_sbc_init_up_sample()
/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dskia_utils_gtk2.cc44 int n_channels = gdk_pixbuf_get_n_channels(pixbuf); in GdkPixbufToImageSkia() local
/external/pixman/demos/
Dgtk-utils.c14 int n_channels; in pixman_image_from_file() local
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_sco.c65 UINT32 n_channels; /* number of channels (i.e. mono(1), stereo(2)...) */ member
590 void BTA_DmPcmInitSamples (UINT32 src_sps, UINT32 bits, UINT32 n_channels) in BTA_DmPcmInitSamples()
/external/chromium_org/ui/gfx/image/
Dimage_unittest_util.cc242 int n_channels = gdk_pixbuf_get_n_channels(image); in GetPlatformImageColor() local