/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | csdetest.cpp | 173 LocalUCharsetDetectorPointer csd(ucsdet_open(&status)); in checkEncoding() local 258 LocalUCharsetDetectorPointer csd(ucsdet_open(status)); in ConstructionTest() local 329 UCharsetDetector *csd = ucsdet_open(&status); in UTF8Test() local 369 LocalUCharsetDetectorPointer csd(ucsdet_open(&status)); in UTF16Test() local 418 UCharsetDetector *csd = ucsdet_open(&status); in InputFilterTest() local 486 UCharsetDetector *csd = ucsdet_open(&status); in C1BytesTest() local 628 UCharsetDetector *csd = ucsdet_open(&status); in IBM424Test() local 718 UCharsetDetector *csd = ucsdet_open(&status); in IBM420Test() local 773 UCharsetDetector *csd = ucsdet_open(&status); in Ticket6394Test() local 854 UCharsetDetector* csd = ucsdet_open(&status); in Ticket21823Test() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | csdetest.cpp | 173 LocalUCharsetDetectorPointer csd(ucsdet_open(&status)); in checkEncoding() local 258 LocalUCharsetDetectorPointer csd(ucsdet_open(status)); in ConstructionTest() local 329 UCharsetDetector *csd = ucsdet_open(&status); in UTF8Test() local 369 LocalUCharsetDetectorPointer csd(ucsdet_open(&status)); in UTF16Test() local 418 UCharsetDetector *csd = ucsdet_open(&status); in InputFilterTest() local 486 UCharsetDetector *csd = ucsdet_open(&status); in C1BytesTest() local 628 UCharsetDetector *csd = ucsdet_open(&status); in IBM424Test() local 718 UCharsetDetector *csd = ucsdet_open(&status); in IBM420Test() local 773 UCharsetDetector *csd = ucsdet_open(&status); in Ticket6394Test() local 854 UCharsetDetector* csd = ucsdet_open(&status); in Ticket21823Test() local
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | ucsdetst.c | 95 UCharsetDetector *csd = ucsdet_open(&status); in TestConstruction() local 128 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF8() local 174 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF16() local 237 UCharsetDetector *csd = ucsdet_open(&status); in TestC1Bytes() local 290 UCharsetDetector *csd = ucsdet_open(&status); in TestInputFilter() local 395 UCharsetDetector *csd = ucsdet_open(&status); in TestBufferOverflow() local 481 UCharsetDetector *csd = ucsdet_open(&status); in TestIBM424() local 559 UCharsetDetector *csd = ucsdet_open(&status); in TestIBM420() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | ucsdetst.c | 95 UCharsetDetector *csd = ucsdet_open(&status); in TestConstruction() local 128 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF8() local 174 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF16() local 237 UCharsetDetector *csd = ucsdet_open(&status); in TestC1Bytes() local 290 UCharsetDetector *csd = ucsdet_open(&status); in TestInputFilter() local 395 UCharsetDetector *csd = ucsdet_open(&status); in TestBufferOverflow() local 481 UCharsetDetector *csd = ucsdet_open(&status); in TestIBM424() local 559 UCharsetDetector *csd = ucsdet_open(&status); in TestIBM420() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | ucsdet.cpp | 38 CharsetDetector* csd = new CharsetDetector(*status); in ucsdet_open() local 51 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_close() local 123 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_detectAll() local 165 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_enableInputFilter() local
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | ucsdet.cpp | 38 CharsetDetector* csd = new CharsetDetector(*status); in ucsdet_open() local 51 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_close() local 123 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_detectAll() local 165 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_enableInputFilter() local
|
/aosp_15_r20/frameworks/av/media/module/metadatautils/ |
H A D | MetaDataUtils.cpp | 42 sp<ABuffer> csd = MakeAVCCodecSpecificData(accessUnit, &width, &height, &sarWidth, &sarHeight); in MakeAVCCodecSpecificData() local 68 sp<ABuffer> csd = MakeAVCCodecSpecificData(accessUnit, &width, &height, &sarWidth, &sarHeight); in MakeAVCCodecSpecificData() local 338 uint8_t *csd, /* out */ in MakeAACCodecSpecificData() 397 uint8_t csd[2]; in MakeAACCodecSpecificData() local 420 uint8_t csd[24]; in MakeAACCodecSpecificData() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/ |
H A D | APacketSource.cpp | 173 sp<ABuffer> csd = new ABuffer(csdSize); in MakeAVCCodecSpecificData() local 250 sp<ABuffer> csd = new ABuffer(sizeof(kStaticESDS) + 2); in MakeAACCodecSpecificData() local 297 sp<ABuffer> csd = new ABuffer(sizeof(kStaticESDS) + config->size()); in MakeAACCodecSpecificData2() local 383 sp<ABuffer> csd = new ABuffer(len3); in MakeMPEG4VideoCodecSpecificData() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/ |
H A D | Utils.cpp | 149 static void parseAacProfileFromCsd(const sp<ABuffer> &csd, sp<AMessage> &format) { in parseAacProfileFromCsd() 506 static void parseMpeg4ProfileLevelFromCsd(const sp<ABuffer> &csd, sp<AMessage> &format) { in parseMpeg4ProfileLevelFromCsd() 597 static void parseVp9ProfileLevelFromCsd(const sp<ABuffer> &csd, sp<AMessage> &format) { in parseVp9ProfileLevelFromCsd() 677 static void parseAV1ProfileLevelFromCsd(const sp<ABuffer> &csd, sp<AMessage> &format) { in parseAV1ProfileLevelFromCsd()
|
H A D | ACodecBufferChannel.cpp | 116 int32_t csd; in queueInputBuffer() local 269 int32_t csd; in queueSecureInputBuffer() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/samples/csdet/ |
H A D | csdet.c | 34 UCharsetDetector* csd; in main() local
|
/aosp_15_r20/frameworks/av/media/module/mpeg2ts/ |
H A D | ESQueue.cpp | 2233 static sp<ABuffer> MakeMPEGVideoESDS(const sp<ABuffer> &csd) { in MakeMPEGVideoESDS() 2318 sp<ABuffer> csd = new ABuffer(offset); in dequeueAccessUnitMPEGVideo() local 2536 sp<ABuffer> csd = new ABuffer(offset); in dequeueAccessUnitMPEG4Video() local
|
/aosp_15_r20/external/v4l2_codec2/common/ |
H A D | EncodeHelpers.cpp | 135 bool extractCSDInfo(std::unique_ptr<C2StreamInitDataInfo::output>* const csd, const uint8_t* data, in extractCSDInfo()
|
/aosp_15_r20/external/arm-trusted-firmware/include/drivers/brcm/emmc/ |
H A D | emmc_csl_sdprot.h | 428 uint32_t csd[4]; member 433 union sd_csd csd; member
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/brcm/emmc/ |
D | emmc_csl_sdprot.h | 428 uint32_t csd[4]; member 433 union sd_csd csd; member
|
/aosp_15_r20/external/coreboot/src/commonlib/include/commonlib/ |
H A D | storage.h | 108 uint32_t csd[4]; member
|
/aosp_15_r20/frameworks/av/media/libmedia/ |
H A D | CharacterEncodingDetector.cpp | 108 UCharsetDetector *csd = ucsdet_open(&status); in detectAndConvert() local
|
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/common/ |
H A D | media_c2_hidl_test_common.cpp | 134 std::list<std::unique_ptr<C2Work>>& workQueue, bool& eos, bool& csd, in workDone()
|
/aosp_15_r20/frameworks/av/media/codec2/components/cmds/ |
H A D | codec2.cpp | 296 sp<ABuffer> csd; in play() local
|
/aosp_15_r20/frameworks/av/media/codec2/components/opus/ |
H A D | C2SoftOpusEnc.cpp | 452 std::unique_ptr<C2StreamInitDataInfo::output> csd = in process() local
|
/aosp_15_r20/frameworks/av/media/codec2/components/flac/ |
H A D | C2SoftFlacEnc.cpp | 244 std::unique_ptr<C2StreamInitDataInfo::output> csd = in process() local
|
/aosp_15_r20/external/ltp/testcases/network/lib6/ |
H A D | asapi_01.c | 379 int csd[2]; /* control sockets */ in csum_test() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | platform.py | 363 def win32_ver(release='', version='', csd='', ptype=''): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | platform.py | 363 def win32_ver(release='', version='', csd='', ptype=''): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | platform.py | 363 def win32_ver(release='', version='', csd='', ptype=''): argument
|