Searched refs:aPluginApi (Results 1 – 1 of 1) sorted by relevance
939 GMPGetAPI (const char* aApiName, void* aHostAPI, void** aPluginApi) { in GMPGetAPI() argument941 *aPluginApi = new OpenH264VideoDecoder (static_cast<GMPVideoHost*> (aHostAPI)); in GMPGetAPI()944 *aPluginApi = new OpenH264VideoEncoder (static_cast<GMPVideoHost*> (aHostAPI)); in GMPGetAPI()