OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h264_memset
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse.c
292
h264_memset
(&(pInfo->img), 0x0, sizeof(h264_img_par) );
313
h264_memset
( &(pInfo->active_SPS), 0x0, sizeof(seq_param_set_used) );
314
h264_memset
( &(pInfo->active_PPS), 0x0, sizeof(pic_param_set) );
340
h264_memset
( &(pInfo->dpb), 0x0, sizeof(h264_DecodedPictureBuffer) );
341
h264_memset
( &(pInfo->SliceHeader), 0x0, sizeof(h264_Slice_Header_t) );
342
h264_memset
( &(pInfo->old_slice), 0x0, sizeof(OldSliceParams) );
343
h264_memset
( &(pInfo->sei_information), 0x0, sizeof(sei_info) );
344
h264_memset
( &(pInfo->img), 0x0, sizeof(h264_img_par) );
395
h264_memset
(pInfo, 0x0, sizeof(h264_Info));
viddec_h264_parse.c
100
h264_memset
(&next_SliceHeader, 0x0, sizeof(h264_Slice_Header_t));
298
h264_memset
(&(pInfo->active_SPS), 0x0, sizeof(seq_param_set_used));
317
h264_memset
(&(pInfo->active_SPS), 0x0, sizeof(seq_param_set_used));
325
//
h264_memset
(&(pInfo->active_SPS), 0x0, sizeof(seq_param_set));
340
h264_memset
(&pInfo->active_PPS, 0x0, sizeof(pic_param_set));
h264parse_mem.c
17
void*
h264_memset
( void* buf, uint32_t c, uint32_t num )
function
h264parse_sei.c
264
h264_memset
( &(sei_pan_scan), 0x0, sizeof(h264_SEI_pan_scan_rectangle_t) );
[
all
...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse.h
125
extern void*
h264_memset
( void* buf, uint32_t c, uint32_t num );
Completed in 760 milliseconds