Home
last modified time | relevance | path

Searched refs:p_id (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dmotioncells_wrapper.cpp91 char *p_datafile, bool p_changed_datafile, int p_thickness, int p_id) in perform_detection_motion_cells() argument
94 idx = searchIdx (p_id); in perform_detection_motion_cells()
108 setPrevFrame (cv::Mat p_prevFrame, int p_id) in setPrevFrame() argument
111 idx = searchIdx (p_id); in setPrevFrame()
117 getMotionCellsIdx (int p_id) in getMotionCellsIdx() argument
120 idx = searchIdx (p_id); in getMotionCellsIdx()
128 getMotionCellsIdxCnt (int p_id) in getMotionCellsIdxCnt() argument
131 idx = searchIdx (p_id); in getMotionCellsIdxCnt()
139 getChangedDataFile (int p_id) in getChangedDataFile() argument
142 idx = searchIdx (p_id); in getChangedDataFile()
[all …]
Dmotioncells_wrapper.h58 int searchIdx (int p_id);
71 bool p_changed_datafile, int p_thickness, int p_id);
72 void setPrevFrame (cv::Mat p_prevFrame, int p_id);
73 void motion_cells_free (int p_id);
74 void motion_cells_free_resources (int p_id);
75 char *getMotionCellsIdx (int p_id);
76 int getMotionCellsIdxCnt (int p_id);
77 bool getChangedDataFile (int p_id);
78 char *getInitDataFileFailed (int p_id);
79 char *getSaveDataFileFailed (int p_id);
[all …]
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify11.c59 pthread_t p_id; in test01() local
78 SAFE_PTHREAD_CREATE(&p_id, NULL, thread_create_file, NULL); in test01()
92 SAFE_PTHREAD_JOIN(p_id, NULL); in test01()
/third_party/ltp/testcases/network/netstress/
Dnetstress.c736 pthread_t p_id = server_thread_add(sfd); in server_run_udp() local
738 SAFE_PTHREAD_JOIN(p_id, NULL); in server_run_udp()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_descriptor.cpp231 for (uint32_t p_id : header_pred) { in FindLoopPreheader() local
232 DominatorTreeNode* node = dom_tree.GetTreeNode(p_id); in FindLoopPreheader()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_descriptor.cpp231 for (uint32_t p_id : header_pred) { in FindLoopPreheader() local
232 DominatorTreeNode* node = dom_tree.GetTreeNode(p_id); in FindLoopPreheader()
/third_party/spirv-tools/source/opt/
Dloop_descriptor.cpp231 for (uint32_t p_id : header_pred) { in FindLoopPreheader() local
232 DominatorTreeNode* node = dom_tree.GetTreeNode(p_id); in FindLoopPreheader()
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c747 int m, p_id, piv, c_set, assoc, desig_type, ci_off, c_id, d_id, naa; in sg_get_designation_descriptor_str() local
770 p_id = ((ddp[0] >> 4) & 0xf); in sg_get_designation_descriptor_str()
788 sg_get_trans_proto_str(p_id, sizeof(e), e)); in sg_get_designation_descriptor_str()
1071 if (TPROTO_UAS == p_id) { in sg_get_designation_descriptor_str()
1076 } else if (TPROTO_SOP == p_id) { in sg_get_designation_descriptor_str()
1088 sg_get_trans_proto_str(p_id, sizeof(e), e), lip); in sg_get_designation_descriptor_str()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c2603 sctp_assoc_t *p_id; local
2683 p_id = (sctp_assoc_t *)buf;
2684 *id = *p_id;