Home | Sort by relevance Sort by last modified time |
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ | |
ts_parser.h | 72 time_stamp_list *phead,*pcurrent; member in class:omx_time_stamp_reorder |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ | |
ts_parser.h | 88 time_stamp_list *phead,*pcurrent; member in class:omx_time_stamp_reorder |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ | |
ts_parser.h | 89 time_stamp_list *phead,*pcurrent; member in class:omx_time_stamp_reorder |
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ | |
ts_parser.h | 89 time_stamp_list *phead,*pcurrent; member in class:omx_time_stamp_reorder |
/external/libcups/filter/ | |
raster.c | 45 *pcurrent; /* Current byte in pixel buffer */ member in struct:_cups_raster_s 789 r->pcurrent = r->pixels; 796 r->pcurrent = r->pixels + bytes; 812 if ((unsigned)(bytes = (int)(r->pend - r->pcurrent)) > remaining) 815 memcpy(p, r->pcurrent, (size_t)bytes); 816 r->pcurrent += bytes; 818 if (r->pcurrent >= r->pend) 820 r->pcurrent = r->pixels; [all...] |