Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Damfenc.c529 AMFInterface *amf_interface; in amf_set_property_buffer() local
530 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() local
555 … res = amf_interface->pVtbl->QueryInterface(amf_interface, &guid_AMFBuffer, (void**)val); in amf_get_property_buffer()