Searched refs:BOOLSTR (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/extractors/mp4/ |
D | AC4Parser.cpp | 26 #define BOOLSTR(a) ((a)?"true":"false") macro 105 substreamID, BOOLSTR(b_substream_bitrate_indicator)); in parseSubstreamDSI() 120 ALOGV("%u.%u: b_content_type = %s\n", presentationID, substreamID, BOOLSTR(b_content_type)); in parseSubstreamDSI() 138 BOOLSTR(b_language_indicator)); in parseSubstreamDSI() 161 BOOLSTR(b_substreams_present)); in parseSubstreamGroupDSI() 162 ALOGV("%u.%u: b_hsf_ext = %s\n", presentationID, groupID, BOOLSTR(b_hsf_ext)); in parseSubstreamGroupDSI() 163 ALOGV("%u.%u: b_channel_coded = %s\n", presentationID, groupID, BOOLSTR(b_channel_coded)); in parseSubstreamGroupDSI() 173 BOOLSTR(b_substream_bitrate_indicator)); in parseSubstreamGroupDSI() 189 ALOGV("%u.%u.%u: b_ajoc = %s\n", presentationID, groupID, i, BOOLSTR(b_ajoc)); in parseSubstreamGroupDSI() 194 BOOLSTR(b_static_dmx)); in parseSubstreamGroupDSI() [all …]
|