Home
last modified time | relevance | path

Searched refs:mCtx (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp77 mCtx(NULL), in GoldfishVPX()
108 mCtx = new vpx_codec_ctx_t; in initDecoder()
109 mCtx->vpversion = mMode == MODE_VP8 ? 8 : 9; in initDecoder()
111 mCtx->version = mEnableAndroidNativeBuffers ? 200 : 100; in initDecoder()
114 if ((vpx_err = vpx_codec_dec_init(mCtx))) { in initDecoder()
119 ALOGI("calling init GoldfishVPX ctx %p", mCtx); in initDecoder()
124 if (mCtx) { in destroyDecoder()
125 ALOGI("calling destroying GoldfishVPX ctx %p", mCtx); in destroyDecoder()
126 vpx_codec_destroy(mCtx); in destroyDecoder()
127 delete mCtx; in destroyDecoder()
[all …]
DGoldfishVPX.h89 vpx_codec_ctx_t *mCtx; member
/device/google/cuttlefish/host/frontend/gcastv2/https/
DSSLSocket.cpp47 mCtx(CreateSSLContext(), SSL_CTX_free), in SSLSocket()
48 mSSL(SSL_new(mCtx.get()), SSL_free), in SSLSocket()
78 mCtx.get(), in useTrustedCertificates()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DSSLSocket.h80 std::unique_ptr<SSL_CTX, std::function<void(SSL_CTX *)>> mCtx; member
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp405 mCtx(ctx), in ErrorUpdater()
424 host_error = mCtx->m_glGetError_enc(mCtx); in getHostErrorAndUpdate()
432 mCtx->setError(guest_error); in updateGuestErrorState()
436 GL2Encoder* mCtx; member in GL2Encoder::ErrorUpdater
445 mCtx(ctx), in ScopedQueryUpdate()
461 GL2Encoder* mCtx; member in GL2Encoder::ScopedQueryUpdate