Searched defs:base_id (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXvlib.h87 XvPortID base_id; member in struct:__anon11159
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c763 UINT16 char_enc, UINT16 base_id)
778 UINT16_TO_BE_STREAM (p, base_id);
762 SDP_AddLanguageBaseAttrIDList(UINT32 handle, UINT16 lang, UINT16 char_enc, UINT16 base_id) argument
/external/webp/src/enc/
H A Dframe.c579 const int base_id = TOKEN_ID(b, ctx, 0); local
580 if (!VP8AddToken(tokens, v != 0, base_id + 1)) {
585 if (!VP8AddToken(tokens, v > 1, base_id + 2)) {
589 if (!VP8AddToken(tokens, v > 4, base_id + 3)) {
590 if (VP8AddToken(tokens, v != 2, base_id + 4))
591 VP8AddToken(tokens, v == 4, base_id + 5);
592 } else if (!VP8AddToken(tokens, v > 10, base_id + 6)) {
593 if (!VP8AddToken(tokens, v > 6, base_id + 7)) {
603 VP8AddToken(tokens, 0, base_id + 8);
604 VP8AddToken(tokens, 0, base_id
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_theme_service.cc1025 SkBitmap* GtkThemeService::GenerateTabImage(int base_id) const {
1026 SkBitmap* base_image = GetBitmapNamed(base_id);
1034 int base_id,
1037 scoped_ptr<SkBitmap> button(new SkBitmap(*rb.GetBitmapNamed(base_id)));
1033 GenerateTintedIcon( int base_id, const color_utils::HSL& tint) const argument

Completed in 205 milliseconds