Lines Matching refs:ALOGV

27         ALOGV("Format:LPCM");  in printFormatFromEDID()
30 ALOGV("Format:AC-3"); in printFormatFromEDID()
33 ALOGV("Format:MPEG1 (Layers 1 & 2)"); in printFormatFromEDID()
36 ALOGV("Format:MP3 (MPEG1 Layer 3)"); in printFormatFromEDID()
39 ALOGV("Format:MPEG2 (multichannel)"); in printFormatFromEDID()
42 ALOGV("Format:AAC"); in printFormatFromEDID()
45 ALOGV("Format:DTS"); in printFormatFromEDID()
48 ALOGV("Format:ATRAC"); in printFormatFromEDID()
51 ALOGV("Format:One-bit audio aka SACD"); in printFormatFromEDID()
54 ALOGV("Format:Dolby Digital +"); in printFormatFromEDID()
57 ALOGV("Format:DTS-HD"); in printFormatFromEDID()
60 ALOGV("Format:MAT (MLP)"); in printFormatFromEDID()
63 ALOGV("Format:DST"); in printFormatFromEDID()
66 ALOGV("Format:WMA Pro"); in printFormatFromEDID()
69 ALOGV("Invalid format ID...."); in printFormatFromEDID()
79 ALOGV("192kHz"); in getSamplingFrequencyFromEDID()
82 ALOGV("176kHz"); in getSamplingFrequencyFromEDID()
85 ALOGV("96kHz"); in getSamplingFrequencyFromEDID()
88 ALOGV("88.2kHz"); in getSamplingFrequencyFromEDID()
91 ALOGV("48kHz"); in getSamplingFrequencyFromEDID()
94 ALOGV("44.1kHz"); in getSamplingFrequencyFromEDID()
97 ALOGV("32kHz"); in getSamplingFrequencyFromEDID()
108 ALOGV("24bit"); in getBitsPerSampleFromEDID()
111 ALOGV("20bit"); in getBitsPerSampleFromEDID()
114 ALOGV("16bit"); in getBitsPerSampleFromEDID()
118 ALOGV("not lpcm format, return 0"); in getBitsPerSampleFromEDID()
136 ALOGV("opened audio_caps successfully..."); in getHDMIAudioSinkCaps()
139 ALOGV("audiocaps size is %ld\n",size); in getHDMIAudioSinkCaps()
155 ALOGV("#Audio Block Count is %d",count); in getHDMIAudioSinkCaps()
158 ALOGV("Total length is %d",length); in getHDMIAudioSinkCaps()
172 ALOGV("Total # of audio descriptors %d",nCountDesc); in getHDMIAudioSinkCaps()
183 ALOGV("AUDIO DESC BLOCK # %d\n",i); in getHDMIAudioSinkCaps()
186ALOGV("pInfo->AudioBlocksArray[i].nChannels %d\n", pInfo->AudioBlocksArray[i].nChannels); in getHDMIAudioSinkCaps()
188 ALOGV("Format Byte %d\n", formats[i]); in getHDMIAudioSinkCaps()
190 ALOGV("pInfo->AudioBlocksArray[i].nFormatId %d",pInfo->AudioBlocksArray[i].nFormatId); in getHDMIAudioSinkCaps()
192 ALOGV("Frequency Byte %d\n", frequency[i]); in getHDMIAudioSinkCaps()
194ALOGV("pInfo->AudioBlocksArray[i].nSamplingFreq %d",pInfo->AudioBlocksArray[i].nSamplingFreq); in getHDMIAudioSinkCaps()
196 ALOGV("BitsPerSample Byte %d\n", bitrate[i]); in getHDMIAudioSinkCaps()
198ALOGV("pInfo->AudioBlocksArray[i].nBitsPerSample %d",pInfo->AudioBlocksArray[i].nBitsPerSample); in getHDMIAudioSinkCaps()
216 ALOGV("opened spkr_alloc_data_block successfully..."); in getSpeakerAllocation()
219 ALOGV("fpspkrfile size is %ld\n",size); in getSpeakerAllocation()
234 ALOGV("Count is %d",count); in getSpeakerAllocation()
237 ALOGV("Total length is %d",length); in getSpeakerAllocation()
239 ALOGV("Total speaker allocation Block count # %d\n",count); in getSpeakerAllocation()
242 ALOGV("Speaker Allocation BLOCK # %d\n",i); in getSpeakerAllocation()
246 ALOGV("pInfo->nSpeakerAllocation %x %x %x\n", data[0],data[1],data[2]); in getSpeakerAllocation()
250 ALOGV("FLW/FRW"); in getSpeakerAllocation()
252 ALOGV("RLC/RRC"); in getSpeakerAllocation()
254 ALOGV("FLC/FRC"); in getSpeakerAllocation()
256 ALOGV("RC"); in getSpeakerAllocation()
258 ALOGV("RL/RR"); in getSpeakerAllocation()
260 ALOGV("FC"); in getSpeakerAllocation()
262 ALOGV("LFE"); in getSpeakerAllocation()
264 ALOGV("FL/FR"); in getSpeakerAllocation()
268 ALOGV("FCH"); in getSpeakerAllocation()
270 ALOGV("TC"); in getSpeakerAllocation()
272 ALOGV("FLH/FRH"); in getSpeakerAllocation()