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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A DH264SwDecApi.h170 void H264SwDecMemcpy(void *dest, void *src, u32 count);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DEvaluationTestBench.c326 Function name: H264SwDecMemcpy
329 Example implementation of H264SwDecMemcpy function. Prototype of this
334 void H264SwDecMemcpy(void *dest, void *src, u32 count) function
H A DH264SwDecApi.c97 void H264SwDecMemcpy(void *dest, void *src, u32 count) { function
H A DDecTestBench.c737 Function name: H264SwDecMemcpy
740 Example implementation of H264SwDecMemcpy function. Prototype of this
745 void H264SwDecMemcpy(void *dest, void *src, u32 count) function
H A DTestBenchMultipleInstance.c436 Function name: H264SwDecMemcpy
439 void H264SwDecMemcpy(void *dest, void *src, u32 count) function
H A Dh264bsd_conceal.c178 H264SwDecMemcpy(currImage->data, refData, width*height*384);
H A Dh264bsd_macroblock_layer.c1034 H264SwDecMemcpy(pMb->totalCoeff,
H A Dh264bsd_reconstruct.c2146 H264SwDecMemcpy(fill, ref, (u32)center);

Completed in 251 milliseconds