HomeSort by relevance Sort by last modified time
    Searched refs:cod (Results 26 - 50 of 55) sorted by null

12 3

  /external/opencv3/3rdparty/libjasper/
jpc_cs.c 181 {JPC_MS_COD, "COD", {jpc_cod_destroyparms, jpc_cod_getparms,
577 * COD marker segment operations.
582 jpc_cod_t *cod = &ms->parms.cod; local
583 jpc_cox_destroycompparms(&cod->compparms);
588 jpc_cod_t *cod = &ms->parms.cod; local
589 if (jpc_getuint8(in, &cod->csty)) {
592 if (jpc_getuint8(in, &cod->prg) ||
593 jpc_getuint16(in, &cod->numlyrs) |
610 jpc_cod_t *cod = &ms->parms.cod; local
628 jpc_cod_t *cod = &ms->parms.cod; local
    [all...]
jpc_enc.c 891 jpc_cod_t *cod; local
1019 cod = &enc->mrk->parms.cod;
1020 cod->csty = cp->tccp.csty | cp->tcp.csty;
1021 cod->compparms.csty = cp->tccp.csty | cp->tcp.csty;
1022 cod->compparms.numdlvls = cp->tccp.maxrlvls - 1;
1023 cod->compparms.numrlvls = cp->tccp.maxrlvls;
1024 cod->prg = cp->tcp.prg;
1025 cod->numlyrs = cp->tcp.numlyrs;
1026 cod->compparms.cblkwidthval = JPC_COX_CBLKSIZEEXPN(cp->tccp.cblkwidthexpn)
1111 jpc_cod_t *cod; local
    [all...]
jpc_dec.c 125 /* COD/COC parameters have been specified. */
129 /* COD/COC parameters set from a COC marker segment. */
161 static int jpc_dec_cp_setfromcod(jpc_dec_cp_t *cp, jpc_cod_t *cod);
1258 jpc_cod_t *cod = &ms->parms.cod; local
    [all...]
jpc_cs.h 222 * COD marker segment parameters.
319 /* COD marker segment parameters. */
597 jpc_cod_t cod; member in union:__anon20878
641 #define JPC_MS_COD 0xff52 /* Coding style default (COD). */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c2_11pf.cpp 131 Word16 cod[], /* o : algebraic (fixed) codebook excitation */
560 cod, innovative code vector, array of type Word16
617 Word16 cod[], /* o : innovative code vector */
641 cod[i] = 0;
782 cod[i] = 8191;
799 cod[i] = -8192;
c3_14pf.cpp 102 Word16 cod[], /* o : algebraic (fixed) codebook excitation */
611 cod[] Array of type Word16 -- innovative code vector
671 Word16 cod[], /* o : innovative code vector */
695 cod[i] = 0;
755 cod[i] = 8191;
766 cod[i] = -8192;
c4_17pf.cpp 111 Word16 cod[], /* o : algebraic (fixed) codebook excitation */
682 cod[] Array of type Word16 -- innovative code vector
741 Word16 cod[], /* o : innovative code vector */
761 Word16 *p_cod = &cod[0];
822 cod[i] = 8191;
833 cod[i] = -8192;
  /system/bt/btif/src/
btif_dm.c 451 BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod)
453 return get_cod(remote_bdaddr) == cod;
605 UINT32 cod; local
622 cod = devclass2uint(dev_class);
623 BTIF_TRACE_DEBUG("%s cod is 0x%06x", __func__, cod);
624 if ( cod == 0) {
625 /* Try to retrieve cod from storage */
626 BTIF_TRACE_DEBUG("%s cod is 0, checking cod from storage", __func__)
898 UINT32 cod; local
983 UINT32 cod; local
1056 UINT32 cod; local
1327 UINT32 cod; local
3012 UINT32 cod; local
3229 UINT32 cod; local
3278 UINT32 cod; local
3496 uint32_t cod = get_cod(bd_addr); local
    [all...]
btif_util.c 86 UINT32 cod = 0; local
90 /* if COD is 0, irrespective of the device type set it to Unclassified device */
91 cod = (dev_class[2]) | (dev_class[1] << 8) | (dev_class[0] << 16);
93 return cod;
95 void uint2devclass(UINT32 cod, DEV_CLASS dev_class)
97 dev_class[2] = (UINT8)cod;
98 dev_class[1] = (UINT8)(cod >> 8);
99 dev_class[0] = (UINT8)(cod >> 16);
btif_sock_sdp.c 310 tBTA_UTL_COD cod;
311 cod.service = BTM_COD_SERVICE_OBJ_TRANSFER;
313 if (!utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS))
btif_storage.c 458 int cod; local
460 if (btif_config_get_int(name, "DevClass", &cod))
461 uint2devclass((UINT32)cod, dev_class);
924 uint32_t cod = 0; local
    [all...]
btif_sdp_server.c 637 tBTA_UTL_COD cod; local
709 cod.service = BTM_COD_SERVICE_OBJ_TRANSFER;
710 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS);
btif_core.c 762 uint32_t cod, devtype; local
779 sizeof(cod), &cod);
    [all...]
  /system/bt/bta/hf_client/
bta_hf_client_act.c 59 tBTA_UTL_COD cod; local
76 cod.service = BTM_COD_SERVICE_AUDIO;
77 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS);
  /external/icu/icu4c/source/layout/
ThaiShaping.h 31 COD = 3,
91 static LEUnicode noDescenderCOD(LEUnicode cod, le_uint8 glyphSet);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 378 void sspRequestCallback(byte[] address, byte[] name, int cod, int pairingVariant,
380 //TODO(BT): Get wakelock and update name and cod
385 infoLog("sspRequestCallback: " + address + " name: " + name + " cod: " +
386 cod + " pairingVariant " + pairingVariant + " passkey: " + passkey);
428 void pinRequestCallback(byte[] address, byte[] name, int cod, boolean min16Digits) {
429 //TODO(BT): Get wakelock and update name and cod
435 infoLog("pinRequestCallback: " + address + " name:" + name + " cod:" +
436 cod);
  /hardware/libhardware/include/hardware/
bluetooth.h 342 bt_bdname_t *bd_name, uint32_t cod, bool min_16_digit);
351 uint32_t cod,
  /system/bt/tools/bdtool/
adapter.c 168 uint32_t cod,
190 fprintf(stdout, "Got ssp request device_class:%u passkey:%x pairing_variant:%s\n", cod, pass_key, pairing_variant_name);
  /system/bt/bta/hh/
bta_hh_utils.c 229 UINT8 cod = (sub_class >> 2); /* lower two bits are reserved */ local
233 if (cod == (UINT8) p_bta_hh_cfg->p_devt_list[xx].tod)
  /external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c 324 ** Description This function appends COD EIR data at the end of BT OOB Record.
330 char *p_id_str, DEV_CLASS cod)
345 /* create EIR data format for COD */
349 DEVCLASS_TO_STREAM (p, cod);
394 /* create EIR data format for COD */
  /external/libnfc-nci/src/nfc/include/
ndef_utils.h 477 ** Description This function appends COD EIR data at the end of BT OOB Record.
483 char *p_id_str, DEV_CLASS cod);
  /system/bt/bta/av/
bta_av_main.c 494 tBTA_UTL_COD cod; local
571 cod.service = BTM_COD_SERVICE_CAPTURING;
573 cod.service = BTM_COD_SERVICE_RENDERING;
574 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS);
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
j2k.h 77 #define J2K_MS_COD 0xff52 /**< COD marker value */
244 tiles (information like COD, COC in main header)
308 /** If cod == 1 --> there was a COD marker for the present tile */
309 OPJ_UINT32 cod : 1; member in struct:opj_tcp
468 * store decoding parameters common to all tiles (information like COD, COC in main header)
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 357 static void pin_request_callback(bt_bdaddr_t *bd_addr, bt_bdname_t *bdname, uint32_t cod,
379 callbackEnv->CallVoidMethod(sJniCallbacksObj, method_pinRequestCallback, addr, devname, cod,
393 static void ssp_request_callback(bt_bdaddr_t *bd_addr, bt_bdname_t *bdname, uint32_t cod,
414 callbackEnv->CallVoidMethod(sJniCallbacksObj, method_sspRequestCallback, addr, devname, cod,
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 931 cod='#!/usr/bin/perl
    [all...]

Completed in 695 milliseconds

12 3