/frameworks/native/libs/ui/ |
D | Gralloc4.cpp | 531 ExtendableType compression; in getCompression() local 532 status_t error = getCompression(bufferHandle, &compression); in getCompression() 536 if (!gralloc4::isStandardCompression(compression)) { in getCompression() 539 *outCompression = gralloc4::getStandardCompressionValue(compression); in getCompression() 719 ExtendableType compression; in getDefaultCompression() local 720 status_t error = getDefaultCompression(width, height, format, layerCount, usage, &compression); in getDefaultCompression() 724 if (!gralloc4::isStandardCompression(compression)) { in getDefaultCompression() 727 *outCompression = gralloc4::getStandardCompressionValue(compression); in getDefaultCompression() 846 ExtendableType compression; in bufferDumpHelper() local 906 gralloc4::decodeCompression, &compression); in bufferDumpHelper() [all …]
|
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 1042 status_t encodeCompression(const ExtendableType& compression, hidl_vec<uint8_t>* outCompression) { in encodeCompression() argument 1043 …return encodeMetadata(MetadataType_Compression, compression, outCompression, encodeExtendableType); in encodeCompression() 1046 status_t decodeCompression(const hidl_vec<uint8_t>& compression, ExtendableType* outCompression) { in decodeCompression() argument 1047 … return decodeMetadata(MetadataType_Compression, compression, outCompression, decodeExtendableType, in decodeCompression() 1212 bool isStandardCompression(const ExtendableType& compression) { in isStandardCompression() argument 1213 return !std::strncmp(compression.name.c_str(), GRALLOC4_STANDARD_COMPRESSION, in isStandardCompression() 1214 compression.name.size()); in isStandardCompression() 1236 Compression getStandardCompressionValue(const ExtendableType& compression) { in getStandardCompressionValue() argument 1237 return static_cast<Compression>(compression.value); in getStandardCompressionValue() 1253 std::string getCompressionName(const ExtendableType& compression) { in getCompressionName() argument [all …]
|
/frameworks/av/media/extractors/mkv/ |
D | MatroskaExtractor.cpp | 1901 const mkvparser::ContentEncoding::ContentCompression *compression; in initTrackInfo() local 1902 compression = encoding->GetCompressionByIndex(j); in initTrackInfo() 1904 compression->algo, compression->settings_len); in initTrackInfo() 1905 if (compression->algo == 3 in initTrackInfo() 1906 && compression->settings in initTrackInfo() 1907 && compression->settings_len > 0) { in initTrackInfo() 1908 trackInfo->mHeader = compression->settings; in initTrackInfo() 1909 trackInfo->mHeaderLen = compression->settings_len; in initTrackInfo()
|
/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 486 …ssion(const aidl::android::hardware::graphics::common::ExtendableType& compression, android::hardw… 487 status_t decodeCompression(const android::hardware::hidl_vec<uint8_t>& compression, aidl::android::… 584 const aidl::android::hardware::graphics::common::ExtendableType& compression); 595 const aidl::android::hardware::graphics::common::ExtendableType& compression); 608 const aidl::android::hardware::graphics::common::ExtendableType& compression);
|
/frameworks/base/services/core/jni/ |
D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 532 .compression = INCFS_COMPRESSION_KIND_NONE, in flashToIncFs() 545 .compression = INCFS_COMPRESSION_KIND_NONE, in flashToIncFs() 736 .compression = static_cast<IncFsCompressionKind>(header.compressionType), in receiver()
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 20 At heart, the file contains packed tries with suffix compression, actually quite similar
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 108 ### PNG compression
|
/frameworks/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 529 ExtendableType compression, interlaced, chromaSiting; in TEST_F() local 548 ASSERT_NE(NO_ERROR, gralloc4::decodeCompression(vec, &compression)); in TEST_F()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 1322 uint16_t compression = 1; // None in DngCreator_setup() local 1323 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_COMPRESSION, 1, &compression, in DngCreator_setup() 2238 uint16_t compression = 1; // None in DngCreator_setup() local 2239 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_COMPRESSION, 1, &compression, in DngCreator_setup()
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 223 # 4. Memory consumption and efficient buffer compression when considering
|
/frameworks/base/services/incremental/ |
D | IncrementalService.cpp | 1619 .compression = INCFS_COMPRESSION_KIND_NONE, in extractZipFile()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14949 …d public static final java.lang.String KEY_AAC_DRC_HEAVY_COMPRESSION = "aac-drc-heavy-compression"; 14964 … field public static final java.lang.String KEY_FLAC_COMPRESSION_LEVEL = "flac-compression-level";
|
/frameworks/base/api/ |
D | current.txt | 26107 field public static final String KEY_AAC_DRC_HEAVY_COMPRESSION = "aac-drc-heavy-compression"; 26131 field public static final String KEY_FLAC_COMPRESSION_LEVEL = "flac-compression-level";
|