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

1 2 3

  /external/bluetooth/bluez/audio/
gstbluetooth.c 48 GstCaps *caps; local
63 caps = gst_sbc_parse_caps_from_sbc(&sbc);
66 gst_type_find_suggest(tf, GST_TYPE_FIND_POSSIBLE, caps);
67 gst_caps_unref(caps);
gstsbcdec.c 82 GstCaps *caps; local
98 /* we will reuse the same caps object */
100 caps = gst_caps_new_simple("audio/x-raw-int",
111 dec->outcaps = gst_caps_intersect(caps,
114 gst_caps_unref(caps);
gsta2dpsink.c 72 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 167 gboolean gst_sbc_enc_fill_sbc_params(GstSbcEnc *enc, GstCaps *caps);
232 static gboolean sbc_enc_src_setcaps(GstPad *pad, GstCaps *caps)
236 GST_LOG_OBJECT(enc, "setting srcpad caps");
238 return gst_sbc_enc_fill_sbc_params(enc, caps);
241 static GstCaps *sbc_enc_src_caps_fixate(GstSbcEnc *enc, GstCaps *caps)
246 result = gst_sbc_util_caps_fixate(caps, &error_message);
249 GST_WARNING_OBJECT(enc, "Invalid input caps caused parsing "
260 GstCaps *caps; local
264 caps = gst_pad_get_allowed_caps(enc->srcpad);
265 if (caps == NULL
376 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);
490 GSList *caps = NULL; local
518 if (!select_capabilities(session, rsep, &caps)) {
529 id = a2dp_config(sink->session, sep, stream_setup_complete, caps, sink);
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 21 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/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 */
  /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
  /external/clearsilver/util/
snprintf.c 452 int caps = 0; local
474 if (flags & DP_F_UP) caps = 1; /* Should characters be upper case? */
478 (caps? "0123456789ABCDEF":"0123456789abcdef")
582 int caps = 0; local
606 if (flags & DP_F_UP) caps = 1; /* Should characters be upper case? */
636 (caps? "0123456789ABCDEF":"0123456789abcdef")[intpart % 10];
645 (caps? "0123456789ABCDEF":"0123456789abcdef")[fracpart % 10];
  /external/kernel-headers/original/linux/mmc/
host.h 85 unsigned long caps; /* Host capabilities */ member in struct:mmc_host
  /external/openssl/crypto/bio/
b_print.c 491 int caps = 0; local
510 caps = 1;
513 (caps ? "0123456789ABCDEF" : "0123456789abcdef")
619 int caps = 0; local
654 (caps ? "0123456789ABCDEF"
665 (caps ? "0123456789ABCDEF"
  /external/qemu/audio/
winaudio.c 232 WAVEOUTCAPS caps; local
234 result = waveOutGetDevCaps((UINT) s->waveout, &caps, sizeof(caps));
238 printf("Audio out device: %s\n", caps.szPname);
484 WAVEINCAPS caps; local
486 result = waveInGetDevCaps((UINT) s->wavein, &caps, sizeof(caps));
490 printf("Audio in device: %s\n", caps.szPname);
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 375 DFBCardCapabilities caps; local
377 DFBGraphicsDeviceDescription caps; local
451 dfb->GetCardCapabilities (dfb, &caps);
453 dfb->GetDeviceDescription (dfb, &caps);
462 this->info.video_mem = caps.video_memory / 1024;
659 dsc.caps = DSCAPS_PRIMARY | ((flags & SDL_DOUBLEBUF) ? DSCAPS_FLIPPING : 0);
666 dsc.caps &= ~DSCAPS_FLIPPING;
687 if (dsc.caps & DSCAPS_FLIPPING)
817 dsc.caps = (surface->flags & SDL_DOUBLEBUF) ? DSCAPS_FLIPPING : 0;
  /frameworks/base/core/java/android/text/method/
QwertyKeyListener.java 346 int caps = 0; local
351 caps++;
357 if (caps == 0)
359 else if (caps == 1)
361 else if (caps == len)

Completed in 238 milliseconds

1 2 3