/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() 1224 bool isStandardCompression(const ExtendableType& compression) { in isStandardCompression() argument 1225 return !std::strncmp(compression.name.c_str(), GRALLOC4_STANDARD_COMPRESSION, in isStandardCompression() 1226 compression.name.size()); in isStandardCompression() 1248 Compression getStandardCompressionValue(const ExtendableType& compression) { in getStandardCompressionValue() argument 1249 return static_cast<Compression>(compression.value); in getStandardCompressionValue() 1265 std::string getCompressionName(const ExtendableType& compression) { in getCompressionName() argument [all …]
|
/frameworks/native/libs/ui/ |
D | Gralloc4.cpp | 627 ExtendableType compression; in getCompression() local 628 status_t error = getCompression(bufferHandle, &compression); in getCompression() 632 if (!gralloc4::isStandardCompression(compression)) { in getCompression() 635 *outCompression = gralloc4::getStandardCompressionValue(compression); in getCompression() 853 ExtendableType compression; in getDefaultCompression() local 854 status_t error = getDefaultCompression(width, height, format, layerCount, usage, &compression); in getDefaultCompression() 858 if (!gralloc4::isStandardCompression(compression)) { in getDefaultCompression() 861 *outCompression = gralloc4::getStandardCompressionValue(compression); in getDefaultCompression() 981 ExtendableType compression; in bufferDumpHelper() local 1046 gralloc4::decodeCompression, &compression); in bufferDumpHelper() [all …]
|
/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 296 …ssion(const aidl::android::hardware::graphics::common::ExtendableType& compression, android::hardw… 297 status_t decodeCompression(const android::hardware::hidl_vec<uint8_t>& compression, aidl::android::… 399 const aidl::android::hardware::graphics::common::ExtendableType& compression); 410 const aidl::android::hardware::graphics::common::ExtendableType& compression); 423 const aidl::android::hardware::graphics::common::ExtendableType& compression);
|
/frameworks/av/media/extractors/mkv/ |
D | MatroskaExtractor.cpp | 1900 const mkvparser::ContentEncoding::ContentCompression *compression; in initTrackInfo() local 1901 compression = encoding->GetCompressionByIndex(j); in initTrackInfo() 1903 compression->algo, compression->settings_len); in initTrackInfo() 1904 if (compression->algo == 3 in initTrackInfo() 1905 && compression->settings in initTrackInfo() 1906 && compression->settings_len > 0) { in initTrackInfo() 1907 trackInfo->mHeader = compression->settings; in initTrackInfo() 1908 trackInfo->mHeaderLen = compression->settings_len; in initTrackInfo()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 521 .compression = INCFS_COMPRESSION_KIND_NONE, in flashToIncFs() 534 .compression = INCFS_COMPRESSION_KIND_NONE, in flashToIncFs() 854 .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/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 557 ExtendableType compression, interlaced, chromaSiting; in TEST_F() local 576 ASSERT_NE(NO_ERROR, gralloc4::decodeCompression(vec, &compression)); in TEST_F()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 1391 uint16_t compression = 1; // None in DngCreator_setup() local 1392 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_COMPRESSION, 1, &compression, in DngCreator_setup() 2278 uint16_t compression = 1; // None in DngCreator_setup() local 2279 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_COMPRESSION, 1, &compression, in DngCreator_setup()
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 125 ### PNG compression
|
/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 | 2143 .compression = INCFS_COMPRESSION_KIND_NONE, in setFileContent()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 7159 // Whether the device enables Virtual A/B compression. 7162 // Whether this update attempt uses Virtual A/B compression. 12396 // Whether the device enables Virtual A/B compression. 12399 // Whether this update attempt uses Virtual A/B compression.
|
/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/core/api/ |
D | current.txt | 22208 field public static final String KEY_AAC_DRC_HEAVY_COMPRESSION = "aac-drc-heavy-compression"; 22238 field public static final String KEY_FLAC_COMPRESSION_LEVEL = "flac-compression-level";
|