Home
last modified time | relevance | path

Searched defs:csd (Results 1 – 25 of 112) sorted by relevance

12345

/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp173 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 Dcsdetest.cpp173 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 Ducsdetst.c95 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 Ducsdetst.c95 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 Ducsdet.cpp38 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 Ducsdet.cpp38 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 DMetaDataUtils.cpp42 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 DAPacketSource.cpp173 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 DUtils.cpp149 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 DACodecBufferChannel.cpp116 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 Dcsdet.c34 UCharsetDetector* csd; in main() local
/aosp_15_r20/frameworks/av/media/module/mpeg2ts/
H A DESQueue.cpp2233 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 DEncodeHelpers.cpp135 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 Demmc_csl_sdprot.h428 uint32_t csd[4]; member
433 union sd_csd csd; member
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/brcm/emmc/
Demmc_csl_sdprot.h428 uint32_t csd[4]; member
433 union sd_csd csd; member
/aosp_15_r20/external/coreboot/src/commonlib/include/commonlib/
H A Dstorage.h108 uint32_t csd[4]; member
/aosp_15_r20/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp108 UCharsetDetector *csd = ucsdet_open(&status); in detectAndConvert() local
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/common/
H A Dmedia_c2_hidl_test_common.cpp134 std::list<std::unique_ptr<C2Work>>& workQueue, bool& eos, bool& csd, in workDone()
/aosp_15_r20/frameworks/av/media/codec2/components/cmds/
H A Dcodec2.cpp296 sp<ABuffer> csd; in play() local
/aosp_15_r20/frameworks/av/media/codec2/components/opus/
H A DC2SoftOpusEnc.cpp452 std::unique_ptr<C2StreamInitDataInfo::output> csd = in process() local
/aosp_15_r20/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacEnc.cpp244 std::unique_ptr<C2StreamInitDataInfo::output> csd = in process() local
/aosp_15_r20/external/ltp/testcases/network/lib6/
H A Dasapi_01.c379 int csd[2]; /* control sockets */ in csum_test() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dplatform.py363 def win32_ver(release='', version='', csd='', ptype=''): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dplatform.py363 def win32_ver(release='', version='', csd='', ptype=''): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dplatform.py363 def win32_ver(release='', version='', csd='', ptype=''): argument

12345