• Home
  • Raw
  • Download

Lines Matching refs:mComponent

34       mComponent(new OMX_COMPONENTTYPE),  in GoldfishOMXComponent()
36 mComponent->nSize = sizeof(*mComponent); in GoldfishOMXComponent()
37 mComponent->nVersion.s.nVersionMajor = 1; in GoldfishOMXComponent()
38 mComponent->nVersion.s.nVersionMinor = 0; in GoldfishOMXComponent()
39 mComponent->nVersion.s.nRevision = 0; in GoldfishOMXComponent()
40 mComponent->nVersion.s.nStep = 0; in GoldfishOMXComponent()
41 mComponent->pComponentPrivate = this; in GoldfishOMXComponent()
42 mComponent->pApplicationPrivate = appData; in GoldfishOMXComponent()
44 mComponent->GetComponentVersion = NULL; in GoldfishOMXComponent()
45 mComponent->SendCommand = SendCommandWrapper; in GoldfishOMXComponent()
46 mComponent->GetParameter = GetParameterWrapper; in GoldfishOMXComponent()
47 mComponent->SetParameter = SetParameterWrapper; in GoldfishOMXComponent()
48 mComponent->GetConfig = GetConfigWrapper; in GoldfishOMXComponent()
49 mComponent->SetConfig = SetConfigWrapper; in GoldfishOMXComponent()
50 mComponent->GetExtensionIndex = GetExtensionIndexWrapper; in GoldfishOMXComponent()
51 mComponent->GetState = GetStateWrapper; in GoldfishOMXComponent()
52 mComponent->ComponentTunnelRequest = NULL; in GoldfishOMXComponent()
53 mComponent->UseBuffer = UseBufferWrapper; in GoldfishOMXComponent()
54 mComponent->AllocateBuffer = AllocateBufferWrapper; in GoldfishOMXComponent()
55 mComponent->FreeBuffer = FreeBufferWrapper; in GoldfishOMXComponent()
56 mComponent->EmptyThisBuffer = EmptyThisBufferWrapper; in GoldfishOMXComponent()
57 mComponent->FillThisBuffer = FillThisBufferWrapper; in GoldfishOMXComponent()
58 mComponent->SetCallbacks = NULL; in GoldfishOMXComponent()
59 mComponent->ComponentDeInit = NULL; in GoldfishOMXComponent()
60 mComponent->UseEGLImage = NULL; in GoldfishOMXComponent()
61 mComponent->ComponentRoleEnum = NULL; in GoldfishOMXComponent()
63 *component = mComponent; in GoldfishOMXComponent()
67 delete mComponent; in ~GoldfishOMXComponent()
68 mComponent = NULL; in ~GoldfishOMXComponent()
96 mComponent, in notify()
97 mComponent->pApplicationPrivate, in notify()
106 mComponent, mComponent->pApplicationPrivate, header); in notifyEmptyBufferDone()
111 mComponent, mComponent->pApplicationPrivate, header); in notifyFillBufferDone()