Lines Matching defs:metadataKey
841 int32_t OH_NativeWindow_SetMetadataValue(OHNativeWindow *window, OH_NativeBuffer_MetadataKey metadataKey,
851 if (metadataKey == OH_HDR_DYNAMIC_METADATA) {
856 } else if (metadataKey == OH_HDR_STATIC_METADATA) {
861 } else if (metadataKey == OH_HDR_METADATA_TYPE) {
868 BLOGE("the metadataKey does not support it.");
905 int32_t OH_NativeWindow_GetMetadataValue(OHNativeWindow *window, OH_NativeBuffer_MetadataKey metadataKey,
913 if (metadataKey == OH_HDR_DYNAMIC_METADATA) {
917 } else if (metadataKey == OH_HDR_STATIC_METADATA) {
921 } else if (metadataKey == OH_HDR_METADATA_TYPE) {
925 BLOGE("the metadataKey does not support it.");