Searched defs:fb (Results 1 - 3 of 3) sorted by path

/frameworks/av/media/libstagefright/
H A DXINGSeeker.cpp59 float fa, fb; local
66 fb = (float)mTOC[a];
68 fb = 256.0f;
70 fx = fa + (fb-fa)*(percent-a);
/frameworks/base/core/jni/
H A DBindTest.cpp241 FieldBlock *fb; local
243 fb = findField(clazz, "instanceString", "Ljava/lang/String;");
245 if (fb == NULL || ((fb->access_flags & ACC_STATIC) == ACC_STATIC)) {
250 offset_instanceString = fb->offset;
/frameworks/rs/driver/
H A DrsdFrameBuffer.cpp32 void setDepthAttachment(const Context *rsc, const FBOCache *fb) { argument
33 RsdFrameBufferObj *fbo = (RsdFrameBufferObj*)fb->mHal.drv;
36 if (fb->mHal.state.depthTarget != nullptr) {
37 depth = (DrvAllocation *)fb->mHal.state.depthTarget->mHal.drv;
40 rsdAllocationSyncAll(rsc, fb->mHal.state.depthTarget,
47 void setColorAttachment(const Context *rsc, const FBOCache *fb) { argument
48 RsdFrameBufferObj *fbo = (RsdFrameBufferObj*)fb->mHal.drv;
50 for (uint32_t i = 0; i < fb->mHal.state.colorTargetsCount; i ++) {
52 if (fb->mHal.state.colorTargets[i] != nullptr) {
53 color = (DrvAllocation *)fb
64 rsdFrameBufferInit(const Context *rsc, const FBOCache *fb) argument
77 rsdFrameBufferSetActive(const Context *rsc, const FBOCache *fb) argument
93 rsdFrameBufferDestroy(const Context *rsc, const FBOCache *fb) argument
[all...]

Completed in 114 milliseconds