/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_dual_test.c | 1889 int tc = 0; in mm_app_gen_dual_test_cases() local 1891 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_0; in mm_app_gen_dual_test_cases() 1892 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_1; in mm_app_gen_dual_test_cases() 1893 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_2; in mm_app_gen_dual_test_cases() 1894 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_3; in mm_app_gen_dual_test_cases() 1895 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_4; in mm_app_gen_dual_test_cases() 1896 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_5; in mm_app_gen_dual_test_cases() 1897 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_6; in mm_app_gen_dual_test_cases() 1898 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_7; in mm_app_gen_dual_test_cases() 1899 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_8; in mm_app_gen_dual_test_cases() [all …]
|
D | mm_qcamera_unit_test.c | 654 int tc = 0; in mm_app_gen_test_cases() local 656 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_open_close; in mm_app_gen_test_cases() 657 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_preview; in mm_app_gen_test_cases() 667 return tc; in mm_app_gen_test_cases() 673 int i, j, tc = 0; in mm_app_unit_test_entry() local 675 tc = mm_app_gen_test_cases(); in mm_app_unit_test_entry() 676 LOGD("Running %d test cases\n",tc); in mm_app_unit_test_entry() 677 for (i = 0; i < tc; i++) { in mm_app_unit_test_entry() 689 printf("nTOTAL_TSET_CASE = %d, NUM_TEST_RAN = %d, rc=%d\n", tc, i, rc); in mm_app_unit_test_entry()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 201 CHECK_BETTER(left, tr, tc - hstep); \ 202 CHECK_BETTER(right, tr, tc + hstep); \ 203 CHECK_BETTER(up, tr - hstep, tc); \ 204 CHECK_BETTER(down, tr + hstep, tc); \ 209 CHECK_BETTER(diag, tr - hstep, tc - hstep); \ 212 CHECK_BETTER(diag, tr - hstep, tc + hstep); \ 215 CHECK_BETTER(diag, tr + hstep, tc - hstep); \ 218 CHECK_BETTER(diag, tr + hstep, tc + hstep); \ 227 if (tr != br && tc != bc) { \ 229 kc = bc - tc; \ [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_tapify.py | 49 tr,tc = p 50 print " %2d, %2d, %5d, " % (tr,tc,t,),
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | mcomp.c | 214 int tr = br, tc = bc; in vp8_find_best_sub_pixel_step_iteratively() local 275 CHECK_BETTER(left, tr, tc - 2); in vp8_find_best_sub_pixel_step_iteratively() 276 CHECK_BETTER(right, tr, tc + 2); in vp8_find_best_sub_pixel_step_iteratively() 277 CHECK_BETTER(up, tr - 2, tc); in vp8_find_best_sub_pixel_step_iteratively() 278 CHECK_BETTER(down, tr + 2, tc); in vp8_find_best_sub_pixel_step_iteratively() 285 CHECK_BETTER(diag, tr - 2, tc - 2); in vp8_find_best_sub_pixel_step_iteratively() 288 CHECK_BETTER(diag, tr - 2, tc + 2); in vp8_find_best_sub_pixel_step_iteratively() 291 CHECK_BETTER(diag, tr + 2, tc - 2); in vp8_find_best_sub_pixel_step_iteratively() 294 CHECK_BETTER(diag, tr + 2, tc + 2); in vp8_find_best_sub_pixel_step_iteratively() 299 if (tr == br && tc == bc) in vp8_find_best_sub_pixel_step_iteratively() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/ |
D | mkvparser.cpp | 7306 const long long tc = GetTimeCode(); in GetTime() local 7308 if (tc < 0) in GetTime() 7309 return tc; in GetTime() 7825 const long long tc = cp.GetTimeCode(); in GetEntry() 7840 (pBlock->GetTimeCode(this) == tc)) in GetEntry() 7869 if (tc_ < tc) in GetEntry() 7872 if (tc_ > tc) in GetEntry() 7902 const long long tc = cp.GetTimeCode(); in GetEntry() local 7931 (pBlock->GetTimeCode(this) == tc)) in GetEntry() 7974 if (tc_ < tc) in GetEntry() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 8273 const long long tc = GetTimeCode(); in GetTime() local 8275 if (tc < 0) in GetTime() 8276 return tc; in GetTime() 8797 const long long tc = cp.GetTimeCode(); in GetEntry() 8812 (pBlock->GetTimeCode(this) == tc)) in GetEntry() 8841 if (tc_ < tc) in GetEntry() 8844 if (tc_ > tc) in GetEntry() 8874 const long long tc = cp.GetTimeCode(); in GetEntry() local 8903 (pBlock->GetTimeCode(this) == tc)) in GetEntry() 8945 if (tc_ < tc) in GetEntry() [all …]
|
D | mkvmuxer.cpp | 2951 const uint64 tc = ns / timecode_scale; in MakeNewCluster() local 2953 if (tc < cluster_timecode) in MakeNewCluster() 2954 cluster_timecode = tc; in MakeNewCluster()
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_ipa.h | 511 uint8_t tc; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_ipa.h | 380 uint8_t tc; member
|