Searched refs:H264SwDecMemset (Results 1 - 16 of 16) sorted by relevance

/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 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 DEvaluationTestBench.c338 Function name: H264SwDecMemset
341 Example implementation of H264SwDecMemset function. Prototype of this
346 void H264SwDecMemset(void *ptr, i32 value, u32 count) function
H A Dh264bsd_slice_data.c159 H264SwDecMemset(&mbLayer->mbPred, 0, sizeof(mbPred_t));
H A Dh264bsd_storage.c95 H264SwDecMemset(pStorage, 0, sizeof(storage_t));
351 H264SwDecMemset(pStorage->mb, 0,
H A DH264SwDecApi.c90 void H264SwDecMemset(void *ptr, i32 value, u32 count) { function
H A Dh264bsd_pic_param_set.c103 H264SwDecMemset(pPicParamSet, 0, sizeof(picParamSet_t));
H A Dh264bsd_seq_param_set.c95 H264SwDecMemset(pSeqParamSet, 0, sizeof(seqParamSet_t));
H A Dh264bsd_slice_group_map.c528 H264SwDecMemset(map, 0, picSize * sizeof(u32));
H A Dh264bsd_vui.c93 H264SwDecMemset(pVuiParameters, 0, sizeof(vuiParameters_t));
H A DDecTestBench.c749 Function name: H264SwDecMemset
752 Example implementation of H264SwDecMemset function. Prototype of this
757 void H264SwDecMemset(void *ptr, i32 value, u32 count) function
H A DTestBenchMultipleInstance.c443 Function name: H264SwDecMemset
446 void H264SwDecMemset(void *ptr, i32 value, u32 count) function
H A Dh264bsd_dpb.c1016 H264SwDecMemset(dpb->buffer, 0,
1038 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_sei.c195 H264SwDecMemset(pSeiMessage, 0, sizeof(seiMessage_t));
H A Dh264bsd_slice_header.c116 H264SwDecMemset(pSliceHeader, 0, sizeof(sliceHeader_t));

Completed in 1011 milliseconds