Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DH264SwDecApi.c124 H264SwDecRet H264SwDecInit(H264SwDecInst *decInst, u32 noOutputReordering) in H264SwDecInit() argument
157 (void*)decInst, noOutputReordering); in H264SwDecInit()
161 rv = h264bsdInit(&pDecCont->storage, noOutputReordering); in H264SwDecInit()
Dh264bsd_decoder.h60 u32 h264bsdInit(storage_t *pStorage, u32 noOutputReordering);
Dh264bsd_decoder.c89 u32 h264bsdInit(storage_t *pStorage, u32 noOutputReordering) in h264bsdInit() argument
108 if (noOutputReordering) in h264bsdInit()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
DH264SwDecApi.h147 u32 noOutputReordering);