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

1 2 3 4 5 6 7 8 910

  /development/pdk/docs/community/
community_toc.cs 8 <li><a href="http://groups.google.com/group/android-platform">android-platform</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
9 <li><a href="http://groups.google.com/group/android-porting">android-porting</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
10 <li><a href="http://groups.google.com/group/android-kernel">android-kernel</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
11 <li><a href="http://groups.google.com/group/repo-discuss">repo-discuss</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
12 <li><a href="http://groups.google.com/group/android-framework">android-framework</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
16 <li><a href="http://developer.android.com/community/index.html">App Developer Groups</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
  /external/webkit/WebCore/manual-tests/
password-caps-lock.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=10577">10577</a> Caps lock icon should show in password fields</p>
10 Press the caps lock key.
14 Verify that the caps lock indicator icon is drawn in the password field. Verify that when you open a new window, the password field in the background window no longer has an indicator.
18 If there is no caps lock indicator, or if the indicator remains when the window is inactive, the test has failed.
  /external/bluetooth/bluez/audio/
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...]
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);
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...]
gstavdtpsink.h 60 /* mp3 stream data (outside caps data)*/
82 GstCaps *caps);
gstsbcutil.h 64 GstCaps* gst_sbc_util_caps_fixate(GstCaps *caps, gchar** error_message);
74 gboolean gst_sbc_util_fill_sbc_params(sbc_t *sbc, GstCaps *caps);
gstavdtpsink.c 65 struct bt_get_capabilities_rsp *caps; /* Bluetooth device caps */ member in struct:bluetooth_data
248 struct bt_get_capabilities_rsp *rsp = sink->data->caps;
268 GstCaps *caps,
275 GstStructure *structure = gst_caps_get_structure(caps, 0);
297 GST_ERROR_OBJECT(sink, "Invalid rate while setting caps");
620 GST_LOG_OBJECT(self, "parsing mpeg caps");
740 GST_LOG_OBJECT(self, "updating device caps");
782 GST_ERROR_OBJECT(self, "Error while asking device caps");
790 GST_ERROR_OBJECT(self, "Error while getting device caps");
    [all...]
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);
avdtp.h 172 GSList **caps, uint8_t *err,
177 GSList *caps, uint8_t *err,
241 GSList **caps);
247 GSList *caps);
256 GSList *caps,
263 int avdtp_reconfigure(struct avdtp *session, GSList *caps,
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);
a2dp.c 284 GSList *caps, uint8_t *err,
306 for (codec_cap = NULL; caps; caps = g_slist_next(caps)) {
307 cap = caps->data;
341 GSList **caps, uint8_t *err, void *user_data)
352 *caps = NULL;
357 *caps = g_slist_append(*caps, media_transport);
394 *caps = g_slist_append(*caps, media_codec)
    [all...]
gstsbcdec.h 52 /* caps for outgoing buffers */
  /frameworks/base/core/java/android/text/method/
package.html 16 // Find out whether the caps lock is on.
17 // 0 is no, 1 is yes, 2 is caps lock on.
  /device/htc/dream-sapphire/boot/
panel.c 19 void panel_init(struct mddi_client_caps *caps)
  /external/bluetooth/glib/docs/reference/glib/tmpl/
keyfile.sgml 644 linkend="G-KEY-FILE-DESKTOP-GROUP:CAPS"><literal>G_KEY_FILE_DESKTOP_GROUP</literal></link>
646 <link linkend="G-KEY-FILE-DESKTOP-TYPE-APPLICATION:CAPS"><literal>G_KEY_FILE_DESKTOP_TYPE_APPLICATION</literal></link>,
647 <link linkend="G-KEY-FILE-DESKTOP-TYPE-LINK:CAPS"><literal>G_KEY_FILE_DESKTOP_TYPE_LINK</literal></link>, or
648 <link linkend="G-KEY-FILE-DESKTOP-TYPE-DIRECTORY:CAPS"><literal>G_KEY_FILE_DESKTOP_TYPE_DIRECTORY</literal></link>.
657 linkend="G-KEY-FILE-DESKTOP-GROUP:CAPS"><literal>G_KEY_FILE_DESKTOP_GROUP</literal></link>
668 linkend="G-KEY-FILE-DESKTOP-GROUP:CAPS"><literal>G_KEY_FILE_DESKTOP_GROUP</literal></link>
679 linkend="G-KEY-FILE-DESKTOP-GROUP:CAPS"><literal>G_KEY_FILE_DESKTOP_GROUP</literal></link>
690 linkend="G-KEY-FILE-DESKTOP-GROUP:CAPS"><literal>G_KEY_FILE_DESKTOP_GROUP</literal></link>
701 linkend="G-KEY-FILE-DESKTOP-GROUP:CAPS"><literal>G_KEY_FILE_DESKTOP_GROUP</literal></link>
712 linkend="G-KEY-FILE-DESKTOP-GROUP:CAPS"><literal>G_KEY_FILE_DESKTOP_GROUP</literal></link
    [all...]
  /frameworks/base/awt/java/awt/
GraphicsConfiguration.java 161 * @param caps
169 public VolatileImage createCompatibleVolatileImage(int width, int height, ImageCapabilities caps)
172 if (!res.getCapabilities().equals(caps)) {
188 * @param caps
199 ImageCapabilities caps, int transparency) throws AWTException {
201 if (!res.getCapabilities().equals(caps)) {
  /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/
gen-charmap.py 25 /* keycode base caps fn caps+fn number */
111 caps = quote(m.group(1))
129 result.append( (keycode,base,caps,fn,caps_fn,number) )
  /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))
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
scan_helpers.c 151 if ((wa->caps & IEEE80211_CAP_PRIVACY) == 0 &&
152 (wb->caps & IEEE80211_CAP_PRIVACY))
154 if ((wa->caps & IEEE80211_CAP_PRIVACY) &&
155 (wb->caps & IEEE80211_CAP_PRIVACY) == 0)
  /hardware/ti/omap3/liboverlay/
v4l2_utils.h 8 int v4l2_overlay_get_caps(int fd, struct v4l2_capability *caps);
  /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))) {

Completed in 134 milliseconds

1 2 3 4 5 6 7 8 910