Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Damfenc.c515 AMFInterface *amf_interface; in amf_set_property_buffer() local
516 res = val->pVtbl->QueryInterface(val, &guid_AMFInterface, (void**)&amf_interface); in amf_set_property_buffer()
519 res = AMFVariantAssignInterface(&var, amf_interface); in amf_set_property_buffer()
520 amf_interface->pVtbl->Release(amf_interface); in amf_set_property_buffer()
540 AMFInterface *amf_interface = AMFVariantInterface(&var); in amf_get_property_buffer() local
541 res = amf_interface->pVtbl->QueryInterface(amf_interface, &guid_AMFBuffer, (void**)val); in amf_get_property_buffer()

Completed in 2 milliseconds