Home
last modified time | relevance | path

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

/third_party/openh264/module/
Dgmp-openh264.cpp1169 GMPGetAPI (const char* aApiName, void* aHostAPI, void** aPluginApi) { in GMPGetAPI() argument
1171 *aPluginApi = new OpenH264VideoDecoder (static_cast<GMPVideoHost*> (aHostAPI)); in GMPGetAPI()
1174 *aPluginApi = new OpenH264VideoEncoder (static_cast<GMPVideoHost*> (aHostAPI)); in GMPGetAPI()