Home
last modified time | relevance | path

Searched refs:cbp (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java2221 for (InterfaceRttControllerLifecycleCallbackProxy cbp : mRttControllerLifecycleCallbacks) { in dispatchRttControllerLifecycleOnNew()
2222 cbp.onNewRttController(mIWifiRttController); in dispatchRttControllerLifecycleOnNew()
2227 for (InterfaceRttControllerLifecycleCallbackProxy cbp : mRttControllerLifecycleCallbacks) { in dispatchRttControllerLifecycleOnDestroyed()
2228 cbp.onRttControllerDestroyed(); in dispatchRttControllerLifecycleOnDestroyed()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dvlc_encode.cpp239 PutMCBPC_Intra(Int cbp, Int mode, BitstreamEncVideo *bitstream) in PutMCBPC_Intra() argument
244 ind = ((mode_MBtype[mode] >> 1) & 3) | ((cbp & 3) << 2); in PutMCBPC_Intra()
254 PutMCBPC_Inter(Int cbp, Int mode, BitstreamEncVideo *bitstream) in PutMCBPC_Inter() argument
259 ind = (mode_MBtype[mode] & 7) | ((cbp & 3) << 3); in PutMCBPC_Inter()