Searched refs:match (Results 1 - 25 of 34) sorted by relevance

12

/hardware/qcom/camera/QCamera2/util/
H A DQCameraQueue.h56 void flushNodes(match_fn match);
57 void flushNodes(match_fn_data match, void *spec_data);
59 void* dequeue(match_fn_data match, void *spec_data);
H A DQCameraQueue.cpp294 * @match : matching function callback
299 void* QCameraQueue::dequeue(match_fn_data match, void *match_data){ argument
305 if ( NULL == match || NULL == match_data ) {
318 if ( match(node->data, m_userData, match_data) ) {
381 * @match : matching function
385 void QCameraQueue::flushNodes(match_fn match){ argument
390 if ( NULL == match ) {
402 if ( match(node->data, m_userData) ) {
426 * @match : matching function
430 void QCameraQueue::flushNodes(match_fn_data match, voi argument
[all...]
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraQueue.h56 void flushNodes(match_fn match);
57 void flushNodes(match_fn_data match, void *spec_data);
59 void* dequeue(match_fn_data match, void *spec_data);
H A DQCameraQueue.cpp294 * @match : matching function callback
299 void* QCameraQueue::dequeue(match_fn_data match, void *match_data){ argument
305 if ( NULL == match || NULL == match_data ) {
318 if ( match(node->data, m_userData, match_data) ) {
381 * @match : matching function
385 void QCameraQueue::flushNodes(match_fn match){ argument
390 if ( NULL == match ) {
402 if ( match(node->data, m_userData) ) {
426 * @match : matching function
430 void QCameraQueue::flushNodes(match_fn_data match, voi argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dcpplint.py390 # match those on a word boundary.
511 return _regexp_compile_cache[pattern].match(s)
1047 line = line.replace(r'\\', 'XX') # after this, \\" does not match to \"
1078 # Found the end of the string, match leading space for this
1209 if not _RE_PATTERN_INCLUDE.match(elided):
1458 '#ifndef and #define don\'t match, suggested CPP variable is: %s' %
1639 if _RE_PATTERN_INVALID_INCREMENT.match(line):
1918 _MATCH_ASM.match(line)):
2029 if _MATCH_ASM.match(line):
2209 match
[all...]
H A Ddiff.py89 diff_file = file_regex.match(line)
101 diffrange = range_regex.match(line)
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dh264parse_bsd.c36 uint32_t temp = 0, match = 0, noOfBits = 0, count = 0; local
52 while(!match)
92 match = 1;
101 if(!match)
116 if(match)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dencode_test_driver.cc106 // break-out is implemented within the match checking process.
109 bool match = (img1->fmt == img2->fmt) && local
117 match = (memcmp(img1->planes[VPX_PLANE_Y] + i * img1->stride[VPX_PLANE_Y],
119 width_y) == 0) && match;
123 match = (memcmp(img1->planes[VPX_PLANE_U] + i * img1->stride[VPX_PLANE_U],
125 width_uv) == 0) && match;
127 match = (memcmp(img1->planes[VPX_PLANE_V] + i * img1->stride[VPX_PLANE_V],
129 width_uv) == 0) && match;
130 return match;
/hardware/libhardware_legacy/wifi/
H A Dwifi.c684 char *match, *match2; local
725 match = strchr(buf, ' ');
726 if (match != NULL) {
727 if (match[1] == '<') {
728 match2 = strchr(match + 2, '>');
730 nread -= (match2 - match);
731 memmove(match + 1, match2 + 1, nread - (match - buf) + 1);
738 match = strchr(buf, '>');
739 if (match !
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dversion.sh30 git_version_id=`git describe --match=v[0-9]* 2>/dev/null`
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DHdcpControl.cpp246 unsigned int match = 0; local
247 int ret = drmCommandRead(fd, DRM_PSB_GET_HDCP_LINK_STATUS, &match, sizeof(match));
252 if (match) {
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DHdcpControl.cpp255 unsigned int match = 0; local
256 int ret = drmCommandRead(fd, DRM_PSB_GET_HDCP_LINK_STATUS, &match, sizeof(match));
261 if (match) {
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/
H A Dhelper.js31 var matched = classDescription.match(pattern);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c479 int match = 1; local
482 for (i = 0, match = 1; match && i < img1->d_h; i += bsize) {
483 for (j = 0; match && j < img1->d_w; j += bsize) {
487 for (k = 0; match && k < si; ++k) {
488 for (l = 0; match && l < sj; ++l) {
499 match = 0;
508 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
509 for (j = 0; match
566 int match = 1; local
978 int i, match = 0; local
[all...]
/hardware/bsp/intel/peripheral/libupm/src/zfm20/
H A Dzfm20.h359 * returns a score if they match
364 uint8_t match(uint16_t *score);
H A Dzfm20.cxx584 uint8_t ZFM20::match(uint16_t *score) function in class:ZFM20
/hardware/ti/omap4-aah/camera/inc/
H A DBufferSourceAdapter.h183 virtual bool match(const char * str);
/hardware/bsp/intel/peripheral/libmraa/src/glob/
H A Dglob.c63 * allow metacharacters to match leading dots in filenames.
177 static int match(const Char *, const Char *, const Char *);
312 * unbalanced braces are passed to the match
550 * If there was no match we are going to append the pattern
835 if (!match(pathend, pattern, termstar))
847 if (!match(pathend, pattern, restpattern)) {
943 match(const Char *name, const Char *pat, const Char *patend) function
960 for (; !match(name, pat, patend); name++)
/hardware/bsp/intel/peripheral/libupm/doxy/node/
H A Dxml2js.js283 var parsed = arraytype.match(/%array_class\(([A-Za-z0-9_]+)[\s]*,[\s]*([A-Za-z0-9_]+)\)/);
309 var parsed = typemap.match(/%typemap\((in|out)\)[\s]+([A-Za-z0-9_]+[\s]*[\*])/);
327 var parsed = ptrfn.match(/%pointer_functions\(([A-Za-z0-9_]+)[\s]*,[\s]*([A-Za-z0-9_]+)\)/);
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h1349 struct v4l2_dbg_match match; member in struct:v4l2_dbg_register
1356 struct v4l2_dbg_match match; member in struct:v4l2_dbg_chip_ident
1365 struct v4l2_dbg_match match; member in struct:v4l2_dbg_chip_info
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h1870 struct v4l2_dbg_match match; member in struct:v4l2_dbg_register
1878 struct v4l2_dbg_match match; member in struct:v4l2_dbg_chip_ident
1888 struct v4l2_dbg_match match; member in struct:v4l2_dbg_chip_info
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h1347 struct v4l2_dbg_match match; member in struct:v4l2_dbg_register
1355 struct v4l2_dbg_match match; member in struct:v4l2_dbg_chip_ident
1364 struct v4l2_dbg_match match; member in struct:v4l2_dbg_chip_info
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h1867 struct v4l2_dbg_match match; member in struct:v4l2_dbg_register
1875 struct v4l2_dbg_match match; member in struct:v4l2_dbg_chip_ident
1885 struct v4l2_dbg_match match; member in struct:v4l2_dbg_chip_info
/hardware/bsp/intel/peripheral/libmraa/src/
H A Ddoxy2swig.py122 m = self.space_re.match(txt)
/hardware/bsp/intel/peripheral/libupm/src/
H A Ddoxy2swig.py122 m = self.space_re.match(txt)

Completed in 557 milliseconds

12