Searched refs:H264SwDecMemset (Results 1 - 16 of 16) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A DH264SwDecApi.h173 void H264SwDecMemset(void *ptr, i32 value, u32 count);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c752 Function name: H264SwDecMemset
755 Example implementation of H264SwDecMemset function. Prototype of this
760 void H264SwDecMemset(void *ptr, i32 value, u32 count) function
H A DEvaluationTestBench.c341 Function name: H264SwDecMemset
344 Example implementation of H264SwDecMemset function. Prototype of this
349 void H264SwDecMemset(void *ptr, i32 value, u32 count) function
H A DH264SwDecApi.c103 void H264SwDecMemset(void *ptr, i32 value, u32 count) { function
H A DTestBenchMultipleInstance.c446 Function name: H264SwDecMemset
449 void H264SwDecMemset(void *ptr, i32 value, u32 count) function
H A Dh264bsd_conceal.c176 H264SwDecMemset(currImage->data, 128, width*height*384);
307 H264SwDecMemset(data, 0, sizeof(data));
330 H264SwDecMemset(data, 0, sizeof(data));
333 H264SwDecMemset(firstPhase, 0, sizeof(firstPhase));
461 H264SwDecMemset(firstPhase, 0, sizeof(firstPhase));
H A Dh264bsd_dpb.c1025 H264SwDecMemset(dpb->buffer, 0,
1047 H264SwDecMemset(dpb->list, 0,
H A Dh264bsd_macroblock_layer.c152 H264SwDecMemset(pMbLayer, 0, sizeof(macroblockLayer_t));
1103 H264SwDecMemset(pMb->totalCoeff, 0, 27*sizeof(*pMb->totalCoeff));
H A Dh264bsd_pic_param_set.c103 H264SwDecMemset(pPicParamSet, 0, sizeof(picParamSet_t));
H A Dh264bsd_sei.c195 H264SwDecMemset(pSeiMessage, 0, sizeof(seiMessage_t));
H A Dh264bsd_seq_param_set.c95 H264SwDecMemset(pSeqParamSet, 0, sizeof(seqParamSet_t));
H A Dh264bsd_slice_data.c159 H264SwDecMemset(&mbLayer->mbPred, 0, sizeof(mbPred_t));
H A Dh264bsd_slice_group_map.c528 H264SwDecMemset(map, 0, picSize * sizeof(u32));
H A Dh264bsd_slice_header.c118 H264SwDecMemset(pSliceHeader, 0, sizeof(sliceHeader_t));
H A Dh264bsd_storage.c99 H264SwDecMemset(pStorage, 0, sizeof(storage_t));
369 H264SwDecMemset(pStorage->mb, 0,
H A Dh264bsd_vui.c93 H264SwDecMemset(pVuiParameters, 0, sizeof(vuiParameters_t));

Completed in 7115 milliseconds