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

  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 145 uint8_t **yAddr, uint8_t **uAddr, uint8_t **vAddr) const {
152 *uAddr = getUAddress(uOffset);
168 uint8_t *uAddr;
170 if (!getYUVAddresses(x, y, &yAddr, &uAddr, &vAddr)) return false;
173 *uPtr = *uAddr;
184 uint8_t *uAddr;
186 if (!getYUVAddresses(x, y, &yAddr, &uAddr, &vAddr)) return false;
189 *uAddr = uValue;
  /hardware/ti/wlan/wl1271/Txn/
BusDrv.h 113 #define BUILD_TTxnStruct(pTxn, uAddr, pBuf, uLen, fCB, hCB) \
117 pTxn->uHwAddr = uAddr; \
  /frameworks/av/include/media/stagefright/
YUVImage.h 169 uint8_t **yAddr, uint8_t **uAddr, uint8_t **vAddr) const;
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
HwInit.c 170 #define BUILD_HW_INIT_TXN_DATA(pHwInit, pTxn, uAddr, uVal, uSize, direction, fCB, hCB) \
174 BUILD_TTxnStruct(pTxn, uAddr, &(pHwInit->aHwInitTxn[pHwInit->uTxnIndex].uData), uSize, fCB, hCB)
176 #define BUILD_HW_INIT_FW_STATIC_TXN(pHwInit, pTxn, uAddr, fCB, hCB) \
179 BUILD_TTxnStruct(pTxn, uAddr, &(pHwInit->tFwStaticTxn.tFwStaticInfo), sizeof(FwStaticData_t), fCB, hCB)
181 #define BUILD_HW_INIT_FW_DL_TXN(pHwInit, pTxn, uAddr, uVal, uSize, direction, fCB, hCB) \
184 BUILD_TTxnStruct(pTxn, uAddr, uVal, uSize, fCB, hCB)
    [all...]

Completed in 195 milliseconds