Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h151 Bool PVAllocVideoData(VideoDecControls *decCtrl, int width, int height, int nLayers);
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp294 status = PVAllocVideoData(decCtrl, width, height, nLayers); in PVInitVideoDecoder()
309 Bool PVAllocVideoData(VideoDecControls *decCtrl, int width, int height, int nLayers) in PVAllocVideoData() function