HomeSort by relevance Sort by last modified time
    Searched refs:cdc (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_cdc.c 2 * DHD Protocol Module for CDC and BDC.
26 * BDC is like CDC, except it includes a header for data packets to convey
82 /* NOTE : cdc->msg.len holds the desired length of the buffer to be
267 DHD_TRACE(("CDC packet is pending!!!! cmd=0x%x (%lu) lastcmd=0x%x (%lu)\n",
322 bcm_bprintf(strbuf, "Protocol CDC: reqid %d\n", dhdp->prot->reqid);
454 dhd_prot_t *cdc; local
457 if (!(cdc = (dhd_prot_t *)MALLOC(dhd->osh, sizeof(dhd_prot_t)))) {
462 if (!(cdc = (dhd_prot_t *)dhd_os_prealloc(DHD_PREALLOC_PROT, sizeof(dhd_prot_t)))) {
467 memset(cdc, 0, sizeof(dhd_prot_t));
469 /* ensure that the msg buf directly follows the cdc msg struct *
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
residual.cpp 151 int cdc = 0, cac = 0; local
186 cdc = 1;
238 if (!cdc)
362 if (!cdc)

Completed in 67 milliseconds