/frameworks/av/libvideoeditor/vss/common/inc/ |
M4SYS_AccessUnit.h | 68 M4OSA_Time CTS; /**< The Composition Time Stamp*/
|
/cts/ |
CtsTestCaseList.mk | 55 # Any APKs that need to be copied to the CTS distribution's testcases 144 bionic-unit-tests-cts \ 153 # directory of the final CTS distribution. 154 CTS_TEST_CASES := $(call cts-get-lib-paths,$(cts_host_libraries)) \ 155 $(call cts-get-package-paths,$(cts_test_packages)) \ 156 $(call cts-get-native-paths,$(cts_native_exes)) \ 157 $(call cts-get-ui-lib-paths,$(cts_ui_tests)) \ 158 $(call cts-get-ui-lib-paths,$(cts_device_jars)) 161 # and that need to be created before making the final CTS distribution. 162 CTS_TEST_XMLS := $(call cts-get-test-xmls,$(cts_host_libraries)) [all...] |
CtsBuild.mk | 18 # directory before creating the final CTS distribution. 19 CTS_TESTCASES_OUT := $(HOST_OUT)/cts-testcases 23 CTS_NATIVE_TEST_SCANNER := $(HOST_OUT_EXECUTABLES)/cts-native-scanner 24 CTS_JAVA_TEST_SCANNER := $(HOST_OUT_EXECUTABLES)/cts-java-scanner 25 CTS_JAVA_TEST_SCANNER_DOCLET := $(HOST_OUT_JAVA_LIBRARIES)/cts-java-scanner-doclet.jar 28 CTS_XML_GENERATOR := $(HOST_OUT_EXECUTABLES)/cts-xml-generator 31 CTS_EXPECTATIONS := cts/tests/expectations/knownfailures.txt 35 define cts-get-lib-paths 39 define cts-get-ui-lib-paths 43 define cts-get-native-path [all...] |
/cts/build/ |
test_executable.mk | 17 # package XML needed by CTS. 23 # as needed by CTS.
|
test_host_java_library.mk | 17 # package XML needed by CTS.
|
test_gtest_package.mk | 17 # package XML needed by CTS. 22 # Disable by default so "m cts" will work in emulator builds
|
test_package.mk | 17 # package XML needed by CTS. 22 # Disable by default so "m cts" will work in emulator builds 39 ifneq ($(filter cts/suite/cts/%, $(LOCAL_PATH)),) 40 PRIVATE_CTS_TEST_PACKAGE_NAME_ := com.android.cts.$(notdir $(LOCAL_PATH))
|
test_uiautomator.mk | 17 # package XML needed by CTS.
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorMp3Reader.cpp | 397 pAu->CTS = time64; 584 pAu->CTS = 0; 638 pAu->CTS = time64; 717 mAudioBuffer->meta_data()->findInt64(kKeyTime, (int64_t*)&pAu->CTS); 720 pAu->CTS = pAu->CTS / 1000; /*converting the microsec to millisec */ 721 pAu->DTS = pAu->CTS; 725 ALOGV("VideoEditorMp3Reader_getNextAu AU CTS = %ld",pAu->CTS); 729 pAccessUnit->m_CTS = pAu->CTS; [all...] |
VideoEditor3gpReader.cpp | [all...] |
/cts/tests/systemAppTest/test/ |
Android.mk | 15 # This module will not be built in normal CTS build
|
/cts/tests/uiautomator/ |
Android.mk | 28 LOCAL_CTS_TEST_APP_PACKAGE := com.android.cts.uiautomator 33 # Build the test APK using its own makefile, and any other CTS-related packages
|
/system/media/camera/docs/ |
CameraCharacteristicsTest.mako | 22 * This file contains only the auto-generated CameraCharacteristics CTS tests; it does 26 package android.hardware.camera2.cts; 38 * Auto-generated CTS test for CameraCharacteristics fields.
|
/frameworks/av/libvideoeditor/vss/src/ |
M4READER_Amr.c | 370 /* JC: bug fix 1197 (set CTS to -20 in order the first AU CTS is 0) */ 371 pAu->CTS = -20; 377 /* JC: bug fix 1197 (set CTS to -20 in order the first AU CTS is 0) */ 558 /* (set CTS to -20 in order the first AU CTS is 0) */ 559 pAu->CTS = -20; 627 pAu->CTS = time64; 710 pAccessUnit->m_CTS = (M4_MediaTime)pAu->CTS/*/timeScale*/ [all...] |
M4READER_Pcm.c | 438 pAu->CTS = 0; 500 pAu->CTS = 0; 572 pAccessUnit->m_CTS = (M4OSA_Double)pAu->CTS; 641 pAu->CTS = time64;
|
M4VSS3GPP_EditAudio.c | 261 * Check Audio Mode, depending on the current output CTS */ 305 * Compute output audio CTS */ 306 pC->ewc.WriterAudioAU.CTS = 316 * the second one which CTS is 20. Hence the cts<21 test. 352 M4OSA_TRACE2_2("B ---- write : cts = %ld [ 0x%x ]", 353 (M4OSA_Int32)(pC->ewc.WriterAudioAU.CTS / pC->ewc.scale_audio), 394 M4OSA_TRACE2_3("C .... read : cts = %.0f + %.0f [ 0x%x ]", 487 M4OSA_TRACE2_3("D .... read : cts = %.0f + %.0f [ 0x%x ]", 637 * Compute output audio CTS */ [all...] |
M4VSS3GPP_AudioMixing.c | 292 * Note: audio and video CTS are not initialized before 297 *pProgress = (M4OSA_UInt8)(50 * (pC->ewc.WriterVideoAU.CTS) 379 * Use offset to give a correct CTS ... */ 397 * Note: audio and video CTS are not initialized before 514 /* Update last Video CTS */ [all...] |
M4PTO3GPP_API.c | [all...] |
M4PCMR_CoreReader.c | 334 * - Fill AU structure fileds (CTS...) 390 pAU->CTS = 393 pAU->DTS = pAU->CTS;
|
M4AMRR_CoreReader.c | 530 pAu->CTS += 0; 534 pAu->CTS += M4AMRR_FRAME_LENGTH ; 538 pAu->DTS = pAu->CTS ;
|
/cts/tests/ |
Android.mk | 22 src/android/app/cts/ISecondary.aidl\ 23 src/android/os/cts/IEmptyService.aidl\ 24 src/android/security/cts/activity/ISecureRandomService.aidl 44 # Build the test APK using its own makefile, and any other CTS-related packages
|
/frameworks/compile/slang/tests/ |
test.py | 147 # Copy resulting files to appropriate CTS directory (if different). 149 cts_path = '../../../../../cts/' 155 for java_src in glob.glob('tmp/android/renderscript/cts/*.java'): 179 ' -u, --update-cts Update CTS test versions\n' 197 elif arg in ('-u', '--update-cts'):
|
/build/core/tasks/ |
cts.mk | 15 cts_dir := $(HOST_OUT)/cts 16 cts_tools_src_dir := cts/tools 18 cts_name := android-cts 24 CTS_TF_JAR := $(HOST_OUT_JAVA_LIBRARIES)/cts-tradefed.jar 25 CTS_TF_EXEC_PATH := $(HOST_OUT_EXECUTABLES)/cts-tradefed 45 -include cts/CtsTestCaseList.mk 52 # Make necessary directory for CTS 59 # Copy executable and JARs to CTS directory 115 cts/tests/core/libcore/dalvik/AndroidManifest.xml,\ 122 cts/tests/core/libcore/com/AndroidManifest.xml, [all...] |
/build/core/combo/ |
TARGET_linux-x86.mk | 256 $(info the Android Market. Also, it is likely that the image will fail the CTS tests)
|
/frameworks/av/libvideoeditor/vss/3gpwriter/src/ |
M4MP4W_Interface.c | 791 "dataAddress=0x%x, size=%d, CTS=%d, nbFrag=%d", 792 pAU->dataAddress, pAU->size, (M4OSA_UInt32)pAU->CTS, pAU->nbFrag); [all...] |