HomeSort by relevance Sort by last modified time
    Searched defs:caps (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/bluetooth/bluez/audio/
gstbluetooth.c 48 GstCaps *caps; local
64 caps = gst_sbc_parse_caps_from_sbc(&sbc);
65 gst_type_find_suggest(tf, GST_TYPE_FIND_POSSIBLE, caps);
66 gst_caps_unref(caps);
gstsbcdec.c 83 GstCaps *caps; local
99 /* we will reuse the same caps object */
101 caps = gst_caps_new_simple("audio/x-raw-int",
112 dec->outcaps = gst_caps_intersect(caps,
115 gst_caps_unref(caps);
gsta2dpsink.c 73 static gboolean gst_a2dp_sink_set_caps(GstPad *pad, GstCaps *caps);
231 /* the getcaps of our ghostpad must reflect the device caps */
379 GstCaps *caps; local
385 "returning template caps");
386 caps = gst_static_pad_template_get_caps(
389 GST_LOG_OBJECT(self, "Getting device caps");
390 caps = gst_a2dp_sink_get_device_caps(self);
391 if (caps == NULL)
392 caps = gst_static_pad_template_get_caps(
395 caps_aux = gst_caps_copy(caps);
    [all...]
gstsbcutil.c 290 GstCaps *caps; local
296 caps = gst_caps_new_simple("audio/x-sbc",
310 return caps;
321 GstCaps *gst_sbc_util_caps_fixate(GstCaps *caps, gchar **error_message)
333 structure = gst_caps_get_structure(caps, 0);
482 gboolean gst_sbc_util_fill_sbc_params(sbc_t *sbc, GstCaps *caps)
489 g_assert(gst_caps_is_fixed(caps));
491 structure = gst_caps_get_structure(caps, 0);
gstsbcenc.c 168 gboolean gst_sbc_enc_fill_sbc_params(GstSbcEnc *enc, GstCaps *caps);
233 static gboolean sbc_enc_src_setcaps(GstPad *pad, GstCaps *caps)
237 GST_LOG_OBJECT(enc, "setting srcpad caps");
239 return gst_sbc_enc_fill_sbc_params(enc, caps);
242 static GstCaps *sbc_enc_src_caps_fixate(GstSbcEnc *enc, GstCaps *caps)
247 result = gst_sbc_util_caps_fixate(caps, &error_message);
250 GST_WARNING_OBJECT(enc, "Invalid input caps caused parsing "
261 GstCaps *caps; local
265 caps = gst_pad_get_allowed_caps(enc->srcpad);
266 if (caps == NULL
377 GstCaps *caps; local
    [all...]
sink.c 457 GSList **caps)
471 *caps = g_slist_append(*caps, media_transport);
476 *caps = g_slist_append(*caps, media_codec);
482 *caps = g_slist_append(*caps, delay_reporting);
496 GSList *caps = NULL; local
524 if (!select_capabilities(session, rsep, &caps)) {
535 id = a2dp_config(sink->session, sep, stream_setup_complete, caps, sink)
    [all...]
source.c 424 GSList **caps)
438 *caps = g_slist_append(*caps, media_transport);
443 *caps = g_slist_append(*caps, media_codec);
457 GSList *caps = NULL; local
485 if (!select_capabilities(session, rsep, &caps)) {
496 id = a2dp_config(source->session, sep, stream_setup_complete, caps,
  /external/qemu/android/
charmap.h 22 unsigned short caps; member in struct:AKeyEntry
  /external/quake/quake/src/QW/client/
snd_linux.c 27 int caps; local
50 if (ioctl(audio_fd, SNDCTL_DSP_GETCAPS, &caps)==-1)
58 if (!(caps & DSP_CAP_TRIGGER) || !(caps & DSP_CAP_MMAP))
  /external/quake/quake/src/WinQuake/
snd_linux.cpp 46 int caps; local
69 if (ioctl(audio_fd, SNDCTL_DSP_GETCAPS, &caps)==-1)
77 if (!(caps & DSP_CAP_TRIGGER) || !(caps & DSP_CAP_MMAP))
snd_sun.cpp 55 int caps; local
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv_c.h 38 PgScalerCaps_t caps; member in struct:private_yuvhwdata
  /external/chromium/base/
time_win_unittest.cc 135 TIMECAPS caps; local
136 MMRESULT status = timeGetDevCaps(&caps, sizeof(caps));
143 EXPECT_GE(static_cast<int>(caps.wPeriodMin), 1);
144 EXPECT_GT(static_cast<int>(caps.wPeriodMax), 1);
145 EXPECT_GE(static_cast<int>(caps.wPeriodMin), 1);
146 EXPECT_GT(static_cast<int>(caps.wPeriodMax), 1);
147 printf("timeGetTime range is %d to %dms\n", caps.wPeriodMin,
148 caps.wPeriodMax);
  /external/qemu/distrib/sdl-1.2.12/src/audio/dma/
SDL_dmaaudio.c 80 int caps; local
83 if ( (ioctl(fd, SNDCTL_DSP_GETCAPS, &caps) == 0) &&
84 (caps & DSP_CAP_TRIGGER) && (caps & DSP_CAP_MMAP) &&
  /external/qemu/distrib/sdl-1.2.12/src/audio/windib/
SDL_dibaudio.c 303 WAVEOUTCAPS caps; local
305 result = waveOutGetDevCaps((UINT)sound, &caps, sizeof(caps));
310 printf("Audio device: %s\n", caps.szPname);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DefaultSoftKeyboardEN.java 47 /** Auto caps mode */
101 int caps = connection.getCursorCapsMode(editor.inputType); local
102 return (caps == 0) ? 0 : 1;
150 /* auto caps mode */
  /device/samsung/crespo/alsa-lib/include/
mixer_abst.h 69 unsigned int caps; member in struct:_sm_selem
  /device/samsung/crespo/alsa-lib/modules/mixer/simple/
sbase.h 53 unsigned short caps; member in struct:helem_selector
60 unsigned int caps; member in struct:helem_base
  /device/samsung/crespo/alsa-lib/src/rawmidi/
rawmidi_virt.c 406 unsigned int caps; local
448 caps = 0;
450 caps |= SND_SEQ_PORT_CAP_WRITE | SND_SEQ_PORT_CAP_SYNC_WRITE | SND_SEQ_PORT_CAP_SUBS_WRITE;
452 caps |= SND_SEQ_PORT_CAP_READ | SND_SEQ_PORT_CAP_SYNC_READ | SND_SEQ_PORT_CAP_SUBS_READ;
454 caps |= SNDRV_SEQ_PORT_CAP_DUPLEX;
457 caps, SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC);
  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
SDL_dx5audio.c 431 DSBCAPS caps; local
461 SDL_memset(&caps, 0, sizeof(caps));
462 caps.dwSize = sizeof(caps);
463 result = IDirectSoundBuffer_GetCaps(*sndbuf, &caps);
471 if ( (chunksize > caps.dwBufferBytes) ||
472 ((caps.dwBufferBytes%chunksize) != 0) ) {
480 caps.dwBufferBytes, chunksize);
483 numchunks = (caps.dwBufferBytes/chunksize)
    [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
VideoSinkGStreamer.cpp 151 // For the unlikely case where the buffer has no caps, the caps
152 // are implicitely the caps of the pad. This shouldn't happen.
158 GstCaps *caps = GST_BUFFER_CAPS(buffer); local
161 if (G_UNLIKELY(!gst_video_format_parse_caps(caps, &format, &width, &height))) {
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdspi.h 59 uint32 caps; /* cached value of capabilities reg */ member in struct:sdioh_info
  /bionic/libc/kernel/common/linux/mmc/
host.h 87 unsigned long caps; member in struct:mmc_host
  /development/ndk/platforms/android-3/include/linux/mmc/
host.h 87 unsigned long caps; member in struct:mmc_host
  /device/samsung/crespo/alsa-lib/src/mixer/
simple.c 91 unsigned int xcaps = ((sm_selem_t *)(elem)->private_data)->caps; \
98 unsigned int xcaps = ((sm_selem_t *)(elem)->private_data)->caps; \
106 if (!((sm_selem_t *)(elem)->private_data)->caps & (SM_CAP_PENUM|SM_CAP_CENUM)) \
110 !!(((sm_selem_t *)(elem)->private_data)->caps & (what))
412 unsigned int caps; local
415 caps = ((sm_selem_t *)elem->private_data)->caps;
416 if (!(caps & SM_CAP_PVOLUME))
418 if (caps & SM_CAP_PVOLUME_JOIN)
684 if (! (s->caps & SM_CAP_CSWITCH_EXCL)
    [all...]

Completed in 766 milliseconds

1 2 3