Home
last modified time | relevance | path

Searched refs:tmp_ptr (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_video_config_parser.cpp118 uint8* tmp_ptr = tp; in intel_video_config_parser() local
125 tmp_ptr += length; in intel_video_config_parser()
126 length = GetNAL_Config(&tmp_ptr, &initbufsize); in intel_video_config_parser()
129 oscl_memcpy(buffer_begin + 2, tmp_ptr, length); in intel_video_config_parser()
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_video_config_parser.cpp119 uint8* tmp_ptr = tp; in ti_video_config_parser() local
126 tmp_ptr += length; in ti_video_config_parser()
127 length = GetNAL_Config(&tmp_ptr, &initbufsize); in ti_video_config_parser()
130 oscl_memcpy(buffer_begin + 2, tmp_ptr, length); in ti_video_config_parser()