HomeSort by relevance Sort by last modified time
    Searched refs:pcurrent (Results 1 - 9 of 9) sorted by null

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
ts_parser.cpp 49 phead = pcurrent = NULL;
77 pcurrent = phead->prev;
139 if (pcurrent->entries_filled > (TIME_SZ - 1)) {
157 if (!pcurrent->input_timestamps[i].in_use) {
158 table_entry = &pcurrent->input_timestamps[i].timestamps;
159 pcurrent->input_timestamps[i].in_use = true;
160 pcurrent->entries_filled++;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 54 phead = pcurrent = NULL;
87 pcurrent = phead->prev;
165 if (pcurrent->entries_filled > (TIME_SZ - 1)) {
187 if (!pcurrent->input_timestamps[i].in_use) {
188 table_entry = &pcurrent->input_timestamps[i].timestamps;
189 pcurrent->input_timestamps[i].in_use = true;
190 pcurrent->entries_filled++;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 54 phead = pcurrent = NULL;
87 pcurrent = phead->prev;
165 if (pcurrent->entries_filled > (TIME_SZ - 1)) {
187 if (!pcurrent->input_timestamps[i].in_use) {
188 table_entry = &pcurrent->input_timestamps[i].timestamps;
189 pcurrent->input_timestamps[i].in_use = true;
190 pcurrent->entries_filled++;
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 54 phead = pcurrent = NULL;
87 pcurrent = phead->prev;
165 if (pcurrent->entries_filled > (TIME_SZ - 1)) {
187 if (!pcurrent->input_timestamps[i].in_use) {
188 table_entry = &pcurrent->input_timestamps[i].timestamps;
189 pcurrent->input_timestamps[i].in_use = true;
190 pcurrent->entries_filled++;
  /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...]

Completed in 668 milliseconds