Searched refs:desc (Results 1 - 25 of 58) sorted by relevance

123

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/
H A Dhmm_largest.c18 U(size_aau) U(largest_available)(U(descriptor) *desc) {
21 if (!(desc->avl_tree_root))
26 AUDIT_BLOCK(PTR_REC_TO_HEAD(desc->avl_tree_root))
33 (U(avl_avl) *) & (desc->avl_tree_root),
37 if (desc->last_freed) {
42 AUDIT_BLOCK(desc->last_freed)
45 lf_size = BLOCK_BAUS(desc->last_freed);
H A Dhmm_alloc.c18 void *U(alloc)(U(descriptor) *desc, U(size_aau) n) {
21 if (desc->avl_tree_root)
22 AUDIT_BLOCK(PTR_REC_TO_HEAD(desc->avl_tree_root))
25 if (desc->last_freed) {
27 AUDIT_BLOCK(desc->last_freed)
30 U(into_free_collection)(desc, (head_record *)(desc->last_freed));
32 desc->last_freed = 0;
50 (U(avl_avl) *) & (desc->avl_tree_root), (U(size_bau)) n,
56 U(alloc_from_bin)(desc, ptr_rec_pt
[all...]
H A Dhmm_resize.c18 int U(resize)(U(descriptor) *desc, void *mem, U(size_aau) n) {
40 if (desc->avl_tree_root)
41 AUDIT_BLOCK(PTR_REC_TO_HEAD(desc->avl_tree_root))
51 (next_head_ptr == desc->last_freed) ||
67 if (next_head_ptr == desc->last_freed)
68 desc->last_freed = 0;
70 U(out_of_free_collection)(desc, next_head_ptr);
97 if (desc->last_freed) {
99 AUDIT_BLOCK(desc->last_freed)
102 U(into_free_collection)(desc, (head_recor
[all...]
H A Dhmm_base.c18 void U(init)(U(descriptor) *desc) {
19 desc->avl_tree_root = 0;
20 desc->last_freed = 0;
39 U(descriptor) *desc,
45 U(avl_insert)((U(avl_avl) *) & (desc->avl_tree_root), ptr_rec_ptr);
73 U(descriptor) *desc,
104 (U(avl_avl) *) & (desc->avl_tree_root), BLOCK_BAUS(head_ptr));
130 desc->last_freed = rem_head_ptr;
140 U(descriptor) *desc,
156 U(avl_subst)((U(avl_avl) *) & (desc
[all...]
H A Dhmm_shrink.c18 void U(shrink_chunk)(U(descriptor) *desc, U(size_bau) n_baus_to_shrink) {
20 BAUS_BACKWARD(desc->end_of_shrinkable_chunk, DUMMY_END_BLOCK_BAUS);
39 if (last_block == desc->last_freed) {
56 desc->last_freed = 0;
76 if (desc->avl_tree_root)
77 AUDIT_BLOCK(PTR_REC_TO_HEAD(desc->avl_tree_root))
80 U(into_free_collection)(desc, last_block);
H A Dhmm_grow.c18 void U(grow_chunk)(U(descriptor) *desc, void *end, U(size_bau) n_baus) {
46 U(free)(desc, HEAD_TO_PTR_REC(end));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
H A Dheapmm.h114 void HMM_UNIQUE(init)(HMM_UNIQUE(descriptor) *desc);
117 HMM_UNIQUE(descriptor) *desc, HMM_UNIQUE(size_aau) num_addr_align_units);
121 HMM_UNIQUE(descriptor) *desc, HMM_UNIQUE(size_aau) needed_addr_align_units,
125 HMM_UNIQUE(descriptor) *desc, void *mem,
130 HMM_UNIQUE(descriptor) *desc, void *mem,
134 void HMM_UNIQUE(free)(HMM_UNIQUE(descriptor) *desc, void *mem);
139 HMM_UNIQUE(descriptor) *desc);
142 HMM_UNIQUE(descriptor) *desc, void *start_of_chunk,
146 HMM_UNIQUE(descriptor) *desc, void *end_of_chunk,
151 HMM_UNIQUE(descriptor) *desc,
[all...]
H A Dhmm_intrnl.h121 void U(into_free_collection)(U(descriptor) *desc, head_record *head_ptr);
123 void U(out_of_free_collection)(U(descriptor) *desc, head_record *head_ptr);
126 U(descriptor) *desc, ptr_record *bin_front_ptr, U(size_bau) n_baus);
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dbvcache.h35 struct bvbuffdesc *desc; member in struct:bvcopparams
H A Drpmsg_omx.h50 uint16_t desc; member in struct:omx_packet
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnPlaneManager.cpp321 PlaneDescription& desc = PLANE_DESC['I' - 'A' + dsp]; local
322 if (!isFreePlane(desc.type, desc.index)) {
334 PlaneDescription& desc = PLANE_DESC[id - 'A']; local
335 if (!isFreePlane(desc.type, desc.index)) {
336 DTRACE("plane type %d index %d is not available", desc.type, desc.index);
343 desc.type != DisplayPlane::PLANE_OVERLAY) {
344 ETRACE("invalid plane type %d, expected %d", desc
373 PlaneDescription& desc = PLANE_DESC['I' - 'A' + dsp]; local
383 PlaneDescription& desc = PLANE_DESC[id - 'A']; local
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnPlaneManager.cpp287 PlaneDescription& desc = PLANE_DESC['I' - 'A' + dsp]; local
288 if (!isFreePlane(desc.type, desc.index)) {
299 PlaneDescription& desc = PLANE_DESC[id - 'A']; local
300 if (!isFreePlane(desc.type, desc.index)) {
301 DLOGTRACE("plane type %d index %d is not available", desc.type, desc.index);
308 desc.type != DisplayPlane::PLANE_OVERLAY) {
309 ELOGTRACE("invalid plane type %d, expected %d", desc
338 PlaneDescription& desc = PLANE_DESC['I' - 'A' + dsp]; local
347 PlaneDescription& desc = PLANE_DESC[id - 'A']; local
[all...]
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test.h107 const char *desc; member in struct:output_format_t
112 const char *desc; member in struct:preview_size_t
117 const char *desc; member in struct:Vcapture_size_t
127 const char *desc; member in struct:video_Codecs_t
132 const char *desc; member in struct:audio_Codecs_t
137 const char *desc; member in struct:V_bitRate_t
H A Dcamera_test_script.cpp277 if( strcmp((cmd + 1), previewSize[i].desc) == 0)
386 if( strcmp((cmd + 1), videoCodecs[i].desc) == 0)
390 videoCodecs[i].desc);
400 if( strcmp((cmd + 1), outputFormat[i].desc) == 0)
404 videoCodecs[i].desc);
426 if( strcmp((cmd + 1), audioCodecs[i].desc) == 0)
429 printf("Selected Audio: %s\n", audioCodecs[i].desc);
482 if( strcmp((cmd + 1), VcaptureSize[i].desc) == 0)
485 printf("Video Capture Size: %s\n", VcaptureSize[i].desc);
493 if( strcmp((cmd + 1), VbitRate[i].desc)
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioPolicyManagerALSA.cpp122 AudioOutputDescriptor *desc = mOutputs.valueAt(i); local
124 if (delayMs < desc->mLatency*2) {
125 delayMs = desc->mLatency*2;
128 if (desc->strategyRefCount(STRATEGY_MEDIA) != 0) {
/hardware/ti/omap4-aah/camera/
H A DBaseCameraAdapter.cpp411 BuffersDescriptor *desc = NULL; local
419 desc = ( BuffersDescriptor * ) value1;
421 if ( NULL == desc )
435 mPreviewBuffers = desc->mBuffers;
436 mPreviewBuffersLength = desc->mLength;
439 for ( uint32_t i = 0 ; i < desc->mMaxQueueable ; i++ )
445 for ( uint32_t i = desc->mMaxQueueable ; i < desc->mCount ; i++ )
451 if ( NULL != desc )
454 desc
[all...]
/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp331 BuffersDescriptor *desc = NULL; local
339 desc = ( BuffersDescriptor * ) value1;
341 if ( NULL == desc )
355 mPreviewBuffers = (int *) desc->mBuffers;
356 mPreviewBuffersLength = desc->mLength;
358 for ( uint32_t i = 0 ; i < desc->mMaxQueueable ; i++ )
364 for ( uint32_t i = desc->mMaxQueueable ; i < desc->mCount ; i++ )
370 if ( NULL != desc )
373 desc
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp171 AudioOutputDescriptor *desc = mOutputs.valueFor(outputs[i]); local
175 (((desc->mFlags & AUDIO_OUTPUT_FLAG_DIRECT) != 0) &&
176 (desc->mDirectOpenCount == 0))) {
361 AudioOutputDescriptor *desc = mOutputs.valueAt(i); local
365 if ((desc->isStrategyActive(STRATEGY_MEDIA,
368 desc->isStrategyActive(STRATEGY_SONIFICATION,
371 (delayMs < (int)desc->mLatency*2)) {
372 delayMs = desc->mLatency*2;
613 AudioOutputDescriptor *desc = mOutputs.valueAt(i); local
614 if (!desc
767 AudioOutputDescriptor *desc = mOutputs.valueAt(i); local
845 AudioOutputDescriptor *desc = mOutputs.valueAt(i); local
889 AudioOutputDescriptor *desc = mOutputs.valueAt(index); local
1190 AudioOutputDescriptor *desc = mOutputs.valueFor(outputs[i]); local
1212 getOutputForEffect(const effect_descriptor_t *desc) argument
1227 registerEffect(const effect_descriptor_t *desc, audio_io_handle_t io, uint32_t strategy, audio_session_t session, int id) argument
1847 AudioOutputDescriptor *desc; local
2070 AudioInputDescriptor *desc; local
2335 AudioOutputDescriptor *desc = mOutputs.valueFor(srcOutputs[i]); local
2347 EffectDescriptor *desc = mEffects.valueAt(i); local
2786 AudioOutputDescriptor *desc = mOutputs.valueAt(j); local
[all...]
/hardware/qcom/audio/msm8909/voice_processing/
H A Dvoice_processing.c427 const effect_descriptor_t *desc; local
438 desc = (const effect_descriptor_t *)dlsym(lib_handle,
440 if (desc)
441 descriptors[AEC_ID] = desc;
443 desc = (const effect_descriptor_t *)dlsym(lib_handle,
445 if (desc)
446 descriptors[NS_ID] = desc;
449 // desc = (const effect_descriptor_t *)dlsym(lib_handle,
451 // if (desc)
452 // descriptors[AGC_ID] = desc;
677 const effect_descriptor_t *desc; local
737 const effect_descriptor_t *desc; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dargs.h38 const char *desc; member in struct:arg_def
/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c424 const effect_descriptor_t *desc; local
435 desc = (const effect_descriptor_t *)dlsym(lib_handle,
437 if (desc)
438 descriptors[AEC_ID] = desc;
440 desc = (const effect_descriptor_t *)dlsym(lib_handle,
442 if (desc)
443 descriptors[NS_ID] = desc;
446 // desc = (const effect_descriptor_t *)dlsym(lib_handle,
448 // if (desc)
449 // descriptors[AGC_ID] = desc;
674 const effect_descriptor_t *desc; local
730 const effect_descriptor_t *desc; local
[all...]
/hardware/qcom/audio/msm8909/policy_hal/
H A DAudioPolicyManager.cpp262 sp<SwAudioOutputDescriptor> desc = mOutputs.valueFor(outputs[i]); local
266 (((desc->mFlags & AUDIO_OUTPUT_FLAG_DIRECT) != 0) &&
267 (desc->mDirectOpenCount == 0))) {
303 sp<SwAudioOutputDescriptor> desc = mOutputs.valueAt(i); local
304 if ((mEngine->getPhoneState() != AUDIO_MODE_IN_CALL) || (desc != mPrimaryOutput)) {
305 audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/);
309 bool force = !desc->isDuplicated()
313 setOutputDevice(desc, newDevice, force, 0);
736 ALOGD("voice_conc:ouput desc / profile is NULL");
775 ALOGD("voice_conc:ouput desc / profil
844 sp<SwAudioOutputDescriptor> desc = mOutputs.valueAt(i); local
1023 sp<AudioOutputDescriptor> desc = mOutputs.valueAt(i); local
1092 sp<AudioOutputDescriptor> desc = mOutputs.valueAt(i); local
1279 sp<SwAudioOutputDescriptor> desc = mOutputs.valueAt(i); local
1569 sp<SwAudioOutputDescriptor> desc = mOutputs.valueAt(i); local
1655 sp<EffectDescriptor> desc = mEffects.valueAt(i); local
[all...]
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_script.cpp506 if( strcmp((cmd + 1), videoCodecs[i].desc) == 0)
510 videoCodecs[i].desc);
520 if( strcmp((cmd + 1), outputFormat[i].desc) == 0)
524 videoCodecs[i].desc);
567 if( strcmp((cmd + 1), audioCodecs[i].desc) == 0)
570 printf("Selected Audio: %s\n", audioCodecs[i].desc);
667 if( strcmp((cmd + 1), VbitRate[i].desc) == 0)
670 printf("Video Bit Rate: %s\n", VbitRate[i].desc);
/hardware/qcom/audio/msm8909/post_proc/
H A Dbundle.h80 const effect_descriptor_t *desc; member in struct:effect_context_s
/hardware/qcom/audio/post_proc/
H A Dbundle.h77 const effect_descriptor_t *desc; member in struct:effect_context_s

Completed in 803 milliseconds

123