/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | cpplint.py | 511 return _regexp_compile_cache[pattern].match(s) 1209 if not _RE_PATTERN_INCLUDE.match(elided): 1639 if _RE_PATTERN_INVALID_INCREMENT.match(line): 1918 _MATCH_ASM.match(line)): 2029 if _MATCH_ASM.match(line): 2209 match = Search(pattern, line) 2210 if match: 2211 fncall = match.group(1) # look inside the parens for function calls 2355 match = _RE_PATTERN_TODO.match(comment) 2356 if match: [all …]
|
D | diff.py | 89 diff_file = file_regex.match(line) 101 diffrange = range_regex.match(line)
|
/hardware/qcom/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 299 void* QCameraQueue::dequeue(match_fn_data match, void *match_data){ in dequeue() argument 305 if ( NULL == match || NULL == match_data ) { in dequeue() 318 if ( match(node->data, m_userData, match_data) ) { in dequeue() 385 void QCameraQueue::flushNodes(match_fn match){ in flushNodes() argument 390 if ( NULL == match ) { in flushNodes() 402 if ( match(node->data, m_userData) ) { in flushNodes() 430 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){ in flushNodes() argument 435 if ( NULL == match ) { in flushNodes() 447 if ( match(node->data, m_userData, match_data) ) { in flushNodes()
|
D | QCameraQueue.h | 56 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);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
D | h264parse_bsd.c | 36 uint32_t temp = 0, match = 0, noOfBits = 0, count = 0; in h264_get_codeNum() local 52 while(!match) in h264_get_codeNum() 92 match = 1; in h264_get_codeNum() 101 if(!match) in h264_get_codeNum() 116 if(match) in h264_get_codeNum()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | encode_test_driver.cc | 109 bool match = (img1->fmt == img2->fmt) && in compare_img() local 117 match = (memcmp(img1->planes[VPX_PLANE_Y] + i * img1->stride[VPX_PLANE_Y], in compare_img() 119 width_y) == 0) && match; in compare_img() 123 match = (memcmp(img1->planes[VPX_PLANE_U] + i * img1->stride[VPX_PLANE_U], in compare_img() 125 width_uv) == 0) && match; in compare_img() 127 match = (memcmp(img1->planes[VPX_PLANE_V] + i * img1->stride[VPX_PLANE_V], in compare_img() 129 width_uv) == 0) && match; in compare_img() 130 return match; in compare_img()
|
/hardware/libhardware_legacy/wifi/ |
D | wifi.c | 684 char *match, *match2; in wifi_wait_on_socket() local 725 match = strchr(buf, ' '); in wifi_wait_on_socket() 726 if (match != NULL) { in wifi_wait_on_socket() 727 if (match[1] == '<') { in wifi_wait_on_socket() 728 match2 = strchr(match + 2, '>'); in wifi_wait_on_socket() 730 nread -= (match2 - match); in wifi_wait_on_socket() 731 memmove(match + 1, match2 + 1, nread - (match - buf) + 1); in wifi_wait_on_socket() 738 match = strchr(buf, '>'); in wifi_wait_on_socket() 739 if (match != NULL) { in wifi_wait_on_socket() 740 nread -= (match + 1 - buf); in wifi_wait_on_socket() [all …]
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | HdcpControl.cpp | 246 unsigned int match = 0; in checkAuthenticated() local 247 int ret = drmCommandRead(fd, DRM_PSB_GET_HDCP_LINK_STATUS, &match, sizeof(match)); in checkAuthenticated() 252 if (match) { in checkAuthenticated()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | HdcpControl.cpp | 255 unsigned int match = 0; in checkAuthenticated() local 256 int ret = drmCommandRead(fd, DRM_PSB_GET_HDCP_LINK_STATUS, &match, sizeof(match)); in checkAuthenticated() 261 if (match) { in checkAuthenticated()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxenc.c | 479 int match = 1; in find_mismatch() local 482 for (i = 0, match = 1; match && i < img1->d_h; i += bsize) { in find_mismatch() 483 for (j = 0; match && j < img1->d_w; j += bsize) { in find_mismatch() 487 for (k = 0; match && k < si; ++k) { in find_mismatch() 488 for (l = 0; match && l < sj; ++l) { in find_mismatch() 499 match = 0; in find_mismatch() 508 for (i = 0, match = 1; match && i < c_h; i += bsizey) { in find_mismatch() 509 for (j = 0; match && j < c_w; j += bsizex) { in find_mismatch() 513 for (k = 0; match && k < si; ++k) { in find_mismatch() 514 for (l = 0; match && l < sj; ++l) { in find_mismatch() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | version.sh | 30 git_version_id=`git describe --match=v[0-9]* 2>/dev/null`
|
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/ |
D | GetGitRevisionDescription.cmake | 17 # Returns the results of git describe --exact-match on the source tree, 128 git_describe(out --exact-match ${ARGN})
|
/hardware/bsp/intel/peripheral/libupm/cmake/modules/ |
D | GetGitRevisionDescription.cmake | 17 # Returns the results of git describe --exact-match on the source tree, 128 git_describe(out --exact-match ${ARGN})
|
/hardware/bsp/intel/peripheral/libupm/src/zfm20/ |
D | zfm20.h | 364 uint8_t match(uint16_t *score);
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/ |
D | helper.js | 31 var matched = classDescription.match(pattern);
|
/hardware/bsp/intel/peripheral/libmraa/src/glob/ |
D | glob.c | 177 static int match(const Char *, const Char *, const Char *); 835 if (!match(pathend, pattern, termstar)) in glob3() 847 if (!match(pathend, pattern, restpattern)) { in glob3() 943 match(const Char *name, const Char *pat, const Char *patend) in match() function 960 for (; !match(name, pat, patend); name++) in match()
|
/hardware/intel/common/libva/test/basic/ |
D | testplan.txt | 25 - Check if results for vaGetConfigAttributes match with vaQueryConfigAttributes for
|
/hardware/ti/omap4-aah/camera/inc/ |
D | BufferSourceAdapter.h | 183 virtual bool match(const char * str);
|
/hardware/bsp/intel/peripheral/libmraa/src/javascript/ |
D | CMakeLists.txt | 16 message (DEBUG " - Padded V8 version to match SWIG format")
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/ |
D | xml2js.js | 283 … 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/msm8x84/kernel-headers/linux/ |
D | videodev2.h | 1347 struct v4l2_dbg_match match; member 1355 struct v4l2_dbg_match match; member 1364 struct v4l2_dbg_match match; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | videodev2.h | 1870 struct v4l2_dbg_match match; member 1878 struct v4l2_dbg_match match; member 1888 struct v4l2_dbg_match match; member
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | videodev2.h | 1867 struct v4l2_dbg_match match; member 1875 struct v4l2_dbg_match match; member 1885 struct v4l2_dbg_match match; member
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | videodev2.h | 1349 struct v4l2_dbg_match match; member 1356 struct v4l2_dbg_match match; member 1365 struct v4l2_dbg_match match; member
|
/hardware/bsp/intel/peripheral/libupm/docs/ |
D | documentation.md | 49 - `<lib-name>` When adding to an existing library this needs to match that
|