Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DH264SwDecApi.c168 pDecCont->decStat = INITIALIZED; in H264SwDecInit()
367 if (decInst == NULL || pDecCont->decStat == UNINITIALIZED) in H264SwDecDecode()
394 if (pDecCont->decStat == NEW_HEADERS) in H264SwDecDecode()
397 pDecCont->decStat = INITIALIZED; in H264SwDecDecode()
424 pDecCont->decStat = NEW_HEADERS; in H264SwDecDecode()
Dh264bsd_container.h55 } decStat; member