Searched refs:amf_interface (Results 1 – 1 of 1) sorted by relevance
529 AMFInterface *amf_interface; in amf_set_property_buffer() local530 res = val->pVtbl->QueryInterface(val, &guid_AMFInterface, (void**)&amf_interface); in amf_set_property_buffer()533 res = AMFVariantAssignInterface(&var, amf_interface); in amf_set_property_buffer()534 amf_interface->pVtbl->Release(amf_interface); in amf_set_property_buffer()554 AMFInterface *amf_interface = AMFVariantInterface(&var); in amf_get_property_buffer() local555 … res = amf_interface->pVtbl->QueryInterface(amf_interface, &guid_AMFBuffer, (void**)val); in amf_get_property_buffer()