Home
last modified time | relevance | path

Searched refs:trackId (Results 1 – 11 of 11) sorted by relevance

/drivers/peripheral/format/interfaces/include/
Dformat_interface.h106 int32_t FormatDemuxerSetParameter(const FormatHandle handle, int32_t trackId,
126 int32_t FormatDemuxerGetParameter(const FormatHandle handle, int32_t trackId, ParameterItem *metaDa…
213 int32_t FormatDemuxerSelectTrack(const FormatHandle handle, int32_t programId, int32_t trackId);
232 int32_t FormatDemuxerUnselectTrack(const FormatHandle handle, int32_t programId, int32_t trackId);
264 …rGetSelectedTrack(const FormatHandle handle, int32_t *programId, int32_t trackId[], int32_t *nums);
536 int32_t FormatMuxerSetParameter(const FormatHandle handle, int32_t trackId, const ParameterItem *it…
556 int32_t FormatMuxerGetParameter(const FormatHandle handle, int32_t trackId, ParameterItem *item, in…
Dformat_type.h169 uint32_t trackId; /**< Index of the track where the data frame is located */ member
317 int32_t trackId; /**< Track index */ member
/drivers/hdf_core/framework/model/input/driver/
Dhdf_touch.h51 int32_t trackId; /* touch ID */ member
Dhdf_touch.c355 input_report_abs(dev, ABS_MT_TRACKING_ID, frame->fingers[i].trackId); in InputFrameReport()
/drivers/peripheral/input/uinput/include/
Duinput_touch.h66 int32_t trackId; // touch ID member
/drivers/peripheral/format/
DREADME_zh.md90 …</a>int32_t FormatDemuxerSetParameter(const FormatHandle handle, int32_t trackId, const Paramet…
95 …</a>int32_t FormatDemuxerGetParameter(const FormatHandle handle, int32_t trackId, ParameterItem *m…
125 …nt32_t FormatDemuxerSelectTrack(const FormatHandle handle, int32_t programId, int32_t trackId);</p>
130 …32_t FormatDemuxerUnselectTrack(const FormatHandle handle, int32_t programId, int32_t trackId);</p>
140 …rGetSelectedTrack(const FormatHandle handle, int32_t *programId, int32_t trackId[], int32_t *nums)…
235 …"></a>int32_t FormatMuxerSetParameter(const FormatHandle handle, int32_t trackId, const ParameterI…
240 …"></a>int32_t FormatMuxerGetParameter(const FormatHandle handle, int32_t trackId, ParameterItem *i…
DREADME.md90 …</a>int32_t FormatDemuxerSetParameter(const FormatHandle handle, int32_t trackId, const Paramet…
95 …</a>int32_t FormatDemuxerGetParameter(const FormatHandle handle, int32_t trackId, ParameterItem *m…
125 …nt32_t FormatDemuxerSelectTrack(const FormatHandle handle, int32_t programId, int32_t trackId);</p>
130 …32_t FormatDemuxerUnselectTrack(const FormatHandle handle, int32_t programId, int32_t trackId);</p>
140 …rGetSelectedTrack(const FormatHandle handle, int32_t *programId, int32_t trackId[], int32_t *nums)…
235 …"></a>int32_t FormatMuxerSetParameter(const FormatHandle handle, int32_t trackId, const ParameterI…
240 …"></a>int32_t FormatMuxerGetParameter(const FormatHandle handle, int32_t trackId, ParameterItem *i…
/drivers/hdf_core/framework/model/input/driver/touchscreen/
Dtouch_ft5406.c101 frame->fingers[i].trackId = touchId; in ParsePointData()
227 input_report_abs(dev, ABS_MT_TRACKING_ID, frame->fingers[i].trackId); in ChipWorkPoll()
Dtouch_ft6336.c74 … frame->fingers[i].trackId = (int)(buf[FT_FINGER_POS + FT_POINT_SIZE * i]) >> HALF_BYTE_OFFSET; in ParsePointData()
Dtouch_ft5x06.c260 frame->fingers[i].trackId = (rdbuf[NUM_2] >> NUM_4) & 0x0f; in ParsePointData()
Dtouch_gt911.c112 frame->fingers[i].trackId = buf[GT_POINT_SIZE * i + GT_TRACK_ID]; in ParsePointData()