/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
D | public_host_int.h | 111 #define RX_DESC_GET_MEM_BLK(desc) ( (desc & 0x000000FF) >> 0 ) /* The first mem-block … argument 112 #define RX_DESC_GET_LENGTH(desc) ( (desc & 0x000FFF00) >> 8 ) /* The length of the pa… argument 113 #define RX_DESC_GET_UNALIGNED(desc) ( (desc & 0x00100000) >> 20 ) /* If set, the payload … argument 114 #define RX_DESC_GET_PACKET_CLASS_TAG(desc) ( (desc & 0xFF000000) >> 24 ) /* Get the RX packet cl… argument 118 #define RX_DESC_SET_MEM_BLK(desc, value) ( desc = (desc & ~0x000000FF) | (value << 0 ) ) argument 119 #define RX_DESC_SET_LENGTH(desc, value) ( desc = (desc & ~0x000FFF00) | (value << 8 ) ) argument 120 #define RX_DESC_SET_UNALIGNED(desc, value) ( desc = (desc & ~0x00100000) | (value << 20 ) ) argument
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test.h | 107 const char *desc; member 112 const char *desc; member 117 const char *desc; member 127 const char *desc; member 132 const char *desc; member 137 const char *desc; member
|
D | camera_test_script.cpp | 272 if( strcmp((cmd + 1), previewSize[i].desc) == 0) in execute_functional_script() 381 if( strcmp((cmd + 1), videoCodecs[i].desc) == 0) in execute_functional_script() 385 videoCodecs[i].desc); in execute_functional_script() 395 if( strcmp((cmd + 1), outputFormat[i].desc) == 0) in execute_functional_script() 399 videoCodecs[i].desc); in execute_functional_script() 421 if( strcmp((cmd + 1), audioCodecs[i].desc) == 0) in execute_functional_script() 424 printf("Selected Audio: %s\n", audioCodecs[i].desc); in execute_functional_script() 477 if( strcmp((cmd + 1), VcaptureSize[i].desc) == 0) in execute_functional_script() 480 printf("Video Capture Size: %s\n", VcaptureSize[i].desc); in execute_functional_script() 488 if( strcmp((cmd + 1), VbitRate[i].desc) == 0) in execute_functional_script() [all …]
|
D | camera_test_menu.cpp | 909 …(videoFile, "/mnt/sdcard/videos/video%d.%s", recording_counter,outputFormat[outputFormatIDX].desc); in configureRecorder() 1301 …Size[previewSizeIDX].width, previewSize[previewSizeIDX].height, previewSize[previewSizeIDX].desc); in functional_menu() 1303 …e[previewSizeIDX].height*2 : previewSize[previewSizeIDX].height, previewSize[previewSizeIDX].desc); in functional_menu() 1327 …previewSize[thumbSizeIDX].width, previewSize[thumbSizeIDX].height, previewSize[thumbSizeIDX].desc); in functional_menu() 1335 …e[VcaptureSizeIDX].width,VcaptureSize[VcaptureSizeIDX].height, VcaptureSize[VcaptureSizeIDX].desc); in functional_menu() 1336 printf(" ]. Video Bit rate : %s\n", VbitRate[VbitRateIDX].desc); in functional_menu() 1337 printf(" 9. Video Codec: %s\n", videoCodecs[videoCodecIDX].desc); in functional_menu() 1338 printf(" D. Audio Codec: %s\n", audioCodecs[audioCodecIDX].desc); in functional_menu() 1339 printf(" v. Output Format: %s\n", outputFormat[outputFormatIDX].desc); in functional_menu()
|
/hardware/ti/omap4xxx/camera/ |
D | BaseCameraAdapter.cpp | 331 BuffersDescriptor *desc = NULL; in sendCommand() local 339 desc = ( BuffersDescriptor * ) value1; in sendCommand() 341 if ( NULL == desc ) in sendCommand() 355 mPreviewBuffers = (int *) desc->mBuffers; in sendCommand() 356 mPreviewBuffersLength = desc->mLength; in sendCommand() 358 for ( uint32_t i = 0 ; i < desc->mMaxQueueable ; i++ ) in sendCommand() 364 for ( uint32_t i = desc->mMaxQueueable ; i < desc->mCount ; i++ ) in sendCommand() 370 if ( NULL != desc ) in sendCommand() 373 desc->mBuffers, in sendCommand() 374 desc->mCount, in sendCommand() [all …]
|
D | CameraHal.cpp | 1432 CameraAdapter::BuffersDescriptor desc; in startPreview() local 1537 desc.mBuffers = mPreviewDataBufs; in startPreview() 1538 desc.mOffsets = mPreviewDataOffsets; in startPreview() 1539 desc.mFd = mPreviewDataFd; in startPreview() 1540 desc.mLength = mPreviewDataLength; in startPreview() 1541 desc.mCount = ( size_t ) required_buffer_count; in startPreview() 1542 desc.mMaxQueueable = (size_t) required_buffer_count; in startPreview() 1545 ( int ) &desc); in startPreview() 1551 desc.mBuffers = mPreviewBufs; in startPreview() 1552 desc.mOffsets = mPreviewOffsets; in startPreview() [all …]
|
/hardware/qcom/audio/alsa_sound/ |
D | AudioPolicyManagerALSA.cpp | 122 AudioOutputDescriptor *desc = mOutputs.valueAt(i); in setPhoneState() local 124 if (delayMs < desc->mLatency*2) { in setPhoneState() 125 delayMs = desc->mLatency*2; in setPhoneState() 128 if (desc->strategyRefCount(STRATEGY_MEDIA) != 0) { in setPhoneState()
|
D | audio_policy_hal.cpp | 269 const struct effect_descriptor_s *desc) in ap_get_output_for_effect() argument 272 return qap->apm->getOutputForEffect(desc); in ap_get_output_for_effect() 276 const struct effect_descriptor_s *desc, in ap_register_effect() argument 283 return qap->apm->registerEffect(desc, io, strategy, session, id); in ap_register_effect()
|
/hardware/libhardware_legacy/audio/ |
D | AudioPolicyManagerBase.cpp | 349 AudioOutputDescriptor *desc = mOutputs.valueAt(i); in setPhoneState() local 351 if (delayMs < (int)desc->mLatency*2) { in setPhoneState() 352 delayMs = desc->mLatency*2; in setPhoneState() 355 if (desc->strategyRefCount(STRATEGY_MEDIA) != 0) { in setPhoneState() 693 AudioOutputDescriptor *desc = mOutputs.valueAt(i); in startOutput() local 694 if (desc != outputDesc) { in startOutput() 699 if (outputDesc->sharesHwModuleWith(desc) && in startOutput() 700 desc->device() != newDevice) { in startOutput() 705 uint32_t latency = desc->latency(); in startOutput() 706 if (shouldWait && desc->isActive(latency * 2) && (waitMs < latency)) { in startOutput() [all …]
|
D | audio_policy_hal.cpp | 269 const struct effect_descriptor_s *desc) in ap_get_output_for_effect() argument 272 return lap->apm->getOutputForEffect(desc); in ap_get_output_for_effect() 276 const struct effect_descriptor_s *desc, in ap_register_effect() argument 283 return lap->apm->registerEffect(desc, io, strategy, session, id); in ap_register_effect()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyInterface.h | 150 virtual audio_io_handle_t getOutputForEffect(const effect_descriptor_t *desc) = 0; 151 virtual status_t registerEffect(const effect_descriptor_t *desc,
|
D | AudioPolicyManagerBase.h | 126 virtual audio_io_handle_t getOutputForEffect(const effect_descriptor_t *desc); 127 virtual status_t registerEffect(const effect_descriptor_t *desc,
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/ |
D | console.h | 84 const PS8 desc );
|
/hardware/samsung_slsi/exynos5/include/ |
D | s5p_fimc_v4l2.h | 113 const char *desc; member
|
/hardware/libhardware/include/hardware/ |
D | audio_policy.h | 218 const struct effect_descriptor_s *desc); 221 const struct effect_descriptor_s *desc,
|
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/ |
D | RxXfer.c | 71 #define SLV_MEM_CP_VALUE(desc, offset) (((RX_DESC_GET_MEM_BLK(desc) << 8) + offset)) argument 72 #define ALIGNMENT_SIZE(desc) ((RX_DESC_GET_UNALIGNED(desc) & UNALIGNED_PAYLOAD) ? 2 : 0) argument
|
/hardware/libhardware/modules/audio/ |
D | audio_policy.c | 196 const struct effect_descriptor_s *desc) in ap_get_output_for_effect() argument 202 const struct effect_descriptor_s *desc, in ap_register_effect() argument
|
/hardware/msm7k/libaudio/ |
D | AudioHardware.cpp | 114 #define CHECK_FOR(desc) \ in AudioHardware() argument 115 if (!strcmp(ept->name, #desc)) { \ in AudioHardware() 116 SND_DEVICE_##desc = ept->id; \ in AudioHardware() 117 ALOGD("BT MATCH " #desc); \ in AudioHardware()
|
/hardware/msm7k/libcamera/ |
D | QualcommCameraHardware.cpp | 1364 #define PARSE_LOCATION(what,type,fmt,desc) do { \ in receivePostLpmRawPicture() argument 1374 " be parsed as a " #desc, \ in receivePostLpmRawPicture() 1505 const char *const desc; member 1570 while (trav->desc) { in lookup() 1571 if (!strcmp(trav->desc, name)) in lookup()
|
/hardware/ril/mock-ril/ |
D | README.txt | 100 all runs protoc and generates files, ril.desc ril.pb.*
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
D | console.c | 866 const PS8 desc ) /* Optional dir description */ in Console_AddDirExt() argument 884 os_strncpy( p_dir->help, desc, MAX_HELP_LEN ); in Console_AddDirExt()
|
/hardware/qcom/camera/QCamera/HAL/core/inc/ |
D | QCameraHWI.h | 66 const char *const desc; member
|
/hardware/qcom/camera/ |
D | QualcommCameraHardware.h | 48 const char *const desc; member
|
D | QCameraHWI.h | 66 const char *const desc; member
|
/hardware/qcom/camera/QCamera/HAL2/core/inc/ |
D | QCameraHWI.h | 69 const char *const desc; member
|