Home
last modified time | relevance | path

Searched refs:asc (Results 1 – 25 of 100) sorted by relevance

1234

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp1370 CSAudioSpecificConfig *asc, in GaSpecificConfig_Parse() argument
1383 if (asc->m_channelConfiguration == 0) { in GaSpecificConfig_Parse()
1384 CProgramConfig_Read(&asc->m_progrConfigElement, bs, ascStartAnchor); in GaSpecificConfig_Parse()
1387 if ((asc->m_aot == AOT_AAC_SCAL) || (asc->m_aot == AOT_ER_AAC_SCAL)) { in GaSpecificConfig_Parse()
1392 if (asc->m_aot == AOT_ER_BSAC) { in GaSpecificConfig_Parse()
1397 if ((asc->m_aot == AOT_ER_AAC_LC) || (asc->m_aot == AOT_ER_AAC_LTP) || in GaSpecificConfig_Parse()
1398 (asc->m_aot == AOT_ER_AAC_SCAL) || (asc->m_aot == AOT_ER_AAC_LD)) { in GaSpecificConfig_Parse()
1399 asc->m_vcb11Flag = FDKreadBits(bs, 1); /* aacSectionDataResilienceFlag */ in GaSpecificConfig_Parse()
1400 asc->m_rvlcFlag = in GaSpecificConfig_Parse()
1402 asc->m_hcrFlag = FDKreadBits(bs, 1); /* aacSpectralDataResilienceFlag */ in GaSpecificConfig_Parse()
[all …]
Dtpdec_lib.cpp146 CSAudioSpecificConfig asc[(1 * 1) + 1]; /* Audio specific config from the last member
300 hTp->asc, &fConfigFound, in transportDec_OutOfBandConfig()
308 err = AudioSpecificConfig_Parse(&hTp->asc[(1 * 1)], hBs, 1, in transportDec_OutOfBandConfig()
314 hTp->asc[layer] = hTp->asc[(1 * 1)]; in transportDec_OutOfBandConfig()
316 hTp->callbacks.cbUpdateConfigData, &hTp->asc[layer], in transportDec_OutOfBandConfig()
317 hTp->asc[layer].configMode, &hTp->asc[layer].AacConfigChanged); in transportDec_OutOfBandConfig()
325 err = DrmRawSdcAudioConfig_Parse(&hTp->asc[layer], hBs, &hTp->callbacks, in transportDec_OutOfBandConfig()
331 hTp->callbacks.cbUpdateConfigData, &hTp->asc[layer], in transportDec_OutOfBandConfig()
332 hTp->asc[layer].configMode, &hTp->asc[layer].AacConfigChanged); in transportDec_OutOfBandConfig()
341 if ((i == 0) && (hTp->asc[layer].AacConfigChanged || in transportDec_OutOfBandConfig()
[all …]
/external/aac/libMpegTPEnc/src/
Dtpenc_asc.cpp694 static int transportEnc_writeGASpecificConfig(HANDLE_FDK_BITSTREAM asc, in transportEnc_writeGASpecificConfig() argument
701 FDKwriteBits(asc, in transportEnc_writeGASpecificConfig()
705 FDKwriteBits(asc, 0, in transportEnc_writeGASpecificConfig()
708 FDKwriteBits(asc, extFlg, in transportEnc_writeGASpecificConfig()
713 transportEnc_writePCE(asc, config->channelMode, config->samplingRate, 0, 1, in transportEnc_writeGASpecificConfig()
719 FDKwriteBits(asc, 0, 3); /* layerNr */ in transportEnc_writeGASpecificConfig()
723 FDKwriteBits(asc, config->BSACnumOfSubFrame, 5); /* numOfSubFrame */ in transportEnc_writeGASpecificConfig()
724 FDKwriteBits(asc, config->BSAClayerLength, 11); /* layer_length */ in transportEnc_writeGASpecificConfig()
728 FDKwriteBits(asc, (config->flags & CC_VCB11) ? 1 : 0, in transportEnc_writeGASpecificConfig()
730 FDKwriteBits(asc, (config->flags & CC_RVLC) ? 1 : 0, in transportEnc_writeGASpecificConfig()
[all …]
/external/aac/libAACdec/src/
Daacdecoder.cpp1486 const CSAudioSpecificConfig *asc, in CAacDecoder_AcceptFlags() argument
1580 CAacDecoder_Init(HANDLE_AACDECODER self, const CSAudioSpecificConfig *asc, in CAacDecoder_Init() argument
1610 switch (asc->m_aot) { in CAacDecoder_Init()
1615 if (asc->m_sc.m_gaSpecificConfig.m_layer > 0) { in CAacDecoder_Init()
1638 if (CProgramConfig_IsValid(&self->pce) && (asc->m_channelConfiguration > 0)) { in CAacDecoder_Init()
1645 CProgramConfig_GetDefault(tmpPce, asc->m_channelConfiguration); in CAacDecoder_Init()
1658 switch (asc->m_channelConfiguration) { in CAacDecoder_Init()
1660 switch (asc->m_aot) { in CAacDecoder_Init()
1663 ascChannels = asc->m_sc.m_usacConfig.m_nUsacChannels; in CAacDecoder_Init()
1667 if (CProgramConfig_IsValid(&asc->m_progrConfigElement)) { in CAacDecoder_Init()
[all …]
/external/llvm-project/flang/unittests/Runtime/
Dlist-input.cpp41 char asc[2][54]{}; in main() local
42 IONAME(InputAscii)(cookie, asc[0], sizeof asc[0] - 1); in main()
43 IONAME(InputAscii)(cookie, asc[1], sizeof asc[1] - 1); in main()
55 if (std::strcmp(asc[j], in main()
57 Fail() << "wanted asc[" << j << "]=alphabets, got '" << asc[j] in main()
/external/libxaac/decoder/
Dixheaacd_latmdemux.c218 layer_info->asc.aot = aac_state_struct->audio_object_type; in ixheaacd_latm_stream_mux_config()
219 layer_info->asc.channel_config = aac_state_struct->ch_config; in ixheaacd_latm_stream_mux_config()
220 layer_info->asc.samples_per_frame = aac_state_struct->frame_len_flag; in ixheaacd_latm_stream_mux_config()
221 layer_info->asc.sampling_freq = aac_state_struct->sampling_rate; in ixheaacd_latm_stream_mux_config()
222 layer_info->asc.samples_per_frame = aac_state_struct->frame_length; in ixheaacd_latm_stream_mux_config()
228 layer_info->asc = latm_element->layer_info[prog][lay - 1].asc; in ixheaacd_latm_stream_mux_config()
245 if ((lay > 0) && layer_info->asc.aot == AOT_AAC_SCAL) { in ixheaacd_latm_stream_mux_config()
/external/clang/lib/Analysis/
DCFG.cpp429 CFGBlock *VisitAddrLabelExpr(AddrLabelExpr *A, AddStmtChoice asc);
430 CFGBlock *VisitBinaryOperator(BinaryOperator *B, AddStmtChoice asc);
432 CFGBlock *VisitCallExpr(CallExpr *C, AddStmtChoice asc);
434 CFGBlock *VisitChooseExpr(ChooseExpr *C, AddStmtChoice asc);
437 AddStmtChoice asc);
440 AddStmtChoice asc);
442 CFGBlock *VisitCXXConstructExpr(CXXConstructExpr *C, AddStmtChoice asc);
443 CFGBlock *VisitCXXNewExpr(CXXNewExpr *DE, AddStmtChoice asc);
444 CFGBlock *VisitCXXDeleteExpr(CXXDeleteExpr *DE, AddStmtChoice asc);
447 AddStmtChoice asc);
[all …]
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp543 CFGBlock *VisitInitListExpr(InitListExpr *ILE, AddStmtChoice asc);
544 CFGBlock *VisitAddrLabelExpr(AddrLabelExpr *A, AddStmtChoice asc);
545 CFGBlock *VisitBinaryOperator(BinaryOperator *B, AddStmtChoice asc);
547 CFGBlock *VisitCallExpr(CallExpr *C, AddStmtChoice asc);
549 CFGBlock *VisitChooseExpr(ChooseExpr *C, AddStmtChoice asc);
552 AddStmtChoice asc);
555 AddStmtChoice asc);
557 CFGBlock *VisitCXXConstructExpr(CXXConstructExpr *C, AddStmtChoice asc);
558 CFGBlock *VisitCXXNewExpr(CXXNewExpr *DE, AddStmtChoice asc);
559 CFGBlock *VisitCXXDeleteExpr(CXXDeleteExpr *DE, AddStmtChoice asc);
[all …]
/external/python/cpython3/Tools/msi/
Duploadrelease.ps187 $chm = gci python*.chm, python*.chm.asc
105 $exe = gci *.exe, *.exe.asc, *.zip, *.zip.asc
106 $msi = gci *.msi, *.msi.asc, *.msu, *.msu.asc
/external/llvm/test/Transforms/InstCombine/
Dloadstore-alignment.ll21 %t.asc = addrspacecast <2 x i64>* %t to <2 x i64> addrspace(1)*
22 %tmp1 = load <2 x i64>, <2 x i64> addrspace(1)* %t.asc, align 1
30 %t.asc = addrspacecast <2 x i64>* %t to <2 x i64> addrspace(2)*
31 %tmp1 = load <2 x i64>, <2 x i64> addrspace(2)* %t.asc, align 1
39 %t.asc = addrspacecast <2 x i64> addrspace(2)* %t to <2 x i64> addrspace(1)*
40 %tmp1 = load <2 x i64>, <2 x i64> addrspace(1)* %t.asc, align 1
/external/jsoncpp/
Ddev.makefile9 gpg --verify $<.asc
10 # Then upload .asc to the release.
33 \rm -rf *.gz *.asc dist/
/external/icu/icu4c/source/i18n/
Dastro.h156 Equatorial(double asc = 0, double dec = 0)
157 : ascension(asc), declination(dec) { } in ascension() argument
165 void set(double asc, double dec) { in set() argument
166 ascension = asc; in set()
/external/icu/libicu/cts_headers/
Dastro.h156 Equatorial(double asc = 0, double dec = 0)
157 : ascension(asc), declination(dec) { } in ascension() argument
165 void set(double asc, double dec) { in set() argument
166 ascension = asc; in set()
/external/python/dateutil/
DRELEASING82 gpg --armor --output <fname>.asc --detach-sig <fname>
86 for f in dist/*; do gpg --armor --output $f.asc --detach-sig $f; done
88 Save these .asc files for when uploading to pypi. Before uploading them, verify
91 gpg --verify <fname>.asc <fname>
95 for f in $(find ./dist -type f | grep -v '.asc$'); do gpg --verify $f.asc $f; done
/external/perfetto/test/trace_processor/dynamic/
Dannotated_callstack.sql24 order by eac.start_id asc, eac.depth asc;
/external/perfetto/test/trace_processor/profiling/
Dperf_sample.sql30 order by ps.ts asc, eac.depth asc
/external/llvm-project/llvm/test/Transforms/InferAddressSpaces/AMDGPU/
Dinfer-getelementptr.ll13 %asc = addrspacecast double* %gep0 to double addrspace(3)*
14 store double 1.000000e+00, double addrspace(3)* %asc, align 8
23 %asc = addrspacecast double* %gep0 to double addrspace(3)*
24 store double 1.0, double addrspace(3)* %asc, align 8
35 %asc = addrspacecast double* %gep1 to double addrspace(3)*
36 store double 1.0, double addrspace(3)* %asc, align 8
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dgep-vector.ll90 %asc = addrspacecast [7 x i32]* %arr_ptr to [7 x i32] addrspace(3)*
91 %gep = getelementptr [7 x i32], [7 x i32] addrspace(3)* %asc, i64 %y, i64 %z
105 %asc = addrspacecast [7 x i32]* %arr_ptr to [7 x i32] addrspace(3)*
106 %gep = getelementptr inbounds [7 x i32], [7 x i32] addrspace(3)* %asc, i64 %y, i64 %z
119 %asc = addrspacecast [4 x i32]* %arr_ptr to [4 x i32] addrspace(3)*
120 %gep = getelementptr [4 x i32], [4 x i32] addrspace(3)* %asc, i64 %y, i64 %z
133 %asc = addrspacecast [4 x i32]* %arr_ptr to [4 x i32] addrspace(3)*
134 %gep = getelementptr inbounds [4 x i32], [4 x i32] addrspace(3)* %asc, i64 %y, i64 %z
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c173 build_sense_buffer(bool desc, uint8_t *buf, uint8_t skey, uint8_t asc, in build_sense_buffer() argument
179 buf[2] = asc; in build_sense_buffer()
186 buf[12] = asc; in build_sense_buffer()
193 mk_sense_asc_ascq(struct sg_pt_linux_scsi * ptp, int sk, int asc, int ascq, in mk_sense_asc_ascq() argument
210 build_sense_buffer(dsense, sbp, sk, asc, ascq); in mk_sense_asc_ascq()
213 asc, ascq); in mk_sense_asc_ascq()
222 uint8_t sstatus, sk, asc, ascq; in mk_sense_from_nvme_status() local
225 ok = sg_nvme_status2scsi(ptp->nvme_status, &sstatus, &sk, &asc, &ascq); in mk_sense_from_nvme_status()
229 asc = 0xb; in mk_sense_from_nvme_status()
241 build_sense_buffer(dsense, sbp, sk, asc, ascq); in mk_sense_from_nvme_status()
[all …]
/external/catch2/docs/
Drelease-process.md66 $ gpg2 --armor --output catch.hpp.asc --detach-sig catch.hpp
67 $ gpg2 --armor --output catch_reporter_automake.hpp.asc --detach-sig catch_reporter_automake.hpp
68 $ gpg2 --armor --output catch_reporter_teamcity.hpp.asc --detach-sig catch_reporter_teamcity.hpp
69 $ gpg2 --armor --output catch_reporter_tap.hpp.asc --detach-sig catch_reporter_tap.hpp
70 $ gpg2 --armor --output catch_reporter_sonarqube.hpp.asc --detach-sig catch_reporter_sonarqube.hpp
/external/llvm-project/llvm/test/Transforms/SROA/
Daddrspacecast.ll228 %asc = addrspacecast i8* %ptr to i8 addrspace(1)*
229 call void @llvm.memset.p1i8.i32(i8 addrspace(1)* %asc, i8 42, i32 4, i1 true)
249 %asc = addrspacecast i8* %ptr to i8 addrspace(1)*
250 call void @llvm.memcpy.p1i8.p0i8.i32(i8 addrspace(1)* %asc, i8* %src, i32 4, i1 true), !tbaa !0
251 call void @llvm.memcpy.p0i8.p1i8.i32(i8* %dst, i8 addrspace(1)* %asc, i32 4, i1 true), !tbaa !3
261 %asc = addrspacecast i64* %p.0.c to i64 addrspace(1)*
263 %cond.in = select i1 undef, i64 addrspace(1)* %asc, i64 addrspace(1)* %asc
278 %asc = addrspacecast i64* %p.0.c to i64 addrspace(1)*
280 %cond.in = select i1 undef, i64 addrspace(1)* %asc, i64 addrspace(1)* null
297 %asc = addrspacecast i64* %p.0.c to i64 addrspace(1)*
[all …]
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib_data.h63 unsigned char asc; /* additional sense code */ member
69 unsigned char asc; /* additional sense code (ASC) */ member
/external/usrsctp/usrsctplib/netinet/
Dsctp_asconf.c2072 struct sctp_asconf_iterator *asc; in sctp_asconf_iterator_ep() local
2077 asc = (struct sctp_asconf_iterator *)ptr; in sctp_asconf_iterator_ep()
2078 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_ep()
2086 if (asc->cnt == cnt_invalid) in sctp_asconf_iterator_ep()
2098 if (asc->cnt == cnt_invalid) in sctp_asconf_iterator_ep()
2107 if (asc->cnt == cnt_invalid) in sctp_asconf_iterator_ep()
2118 struct sctp_asconf_iterator *asc; in sctp_asconf_iterator_ep_end() local
2122 asc = (struct sctp_asconf_iterator *)ptr; in sctp_asconf_iterator_ep_end()
2123 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_ep_end()
2150 struct sctp_asconf_iterator *asc; in sctp_asconf_iterator_stcb() local
[all …]
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_45.txt21 Content-Type: application/pgp-signature; name="signature.asc"
23 Content-Disposition: attachment; filename="signature.asc"
/external/python/cpython2/Lib/email/test/data/
Dmsg_45.txt21 Content-Type: application/pgp-signature; name="signature.asc"
23 Content-Disposition: attachment; filename="signature.asc"

1234