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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A DH264SwDecApi.h147 u32 noOutputReordering);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_decoder.h60 u32 h264bsdInit(storage_t *pStorage, u32 noOutputReordering);
H A DH264SwDecApi.c108 noOutputReordering flag to indicate decoder that it doesn't have
123 H264SwDecRet H264SwDecInit(H264SwDecInst *decInst, u32 noOutputReordering) argument
155 sprintf(pDecCont->str, "H264SwDecInit# decInst %p noOutputReordering %d",
156 (void*)decInst, noOutputReordering);
160 rv = h264bsdInit(&pDecCont->storage, noOutputReordering);
H A Dh264bsd_decoder.c78 noOutputReordering flag to indicate the decoder that it does not
89 u32 h264bsdInit(storage_t *pStorage, u32 noOutputReordering) argument
108 if (noOutputReordering)

Completed in 766 milliseconds