Searched refs:metaFormat (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | test_common.cpp | 31 camera_format_t metaFormat = OHOS_CAMERA_FORMAT_YCRCB_420_SP; in GetCameraMetadataFormat() local 40 metaFormat = itr->second; in GetCameraMetadataFormat() 42 return metaFormat; in GetCameraMetadataFormat()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_manager.cpp | 538 camera_format_t metaFormat = GetCameraMetadataFormat(yuvFormat); in CreatePhotoOutput() local 541 surface, metaFormat, profile.GetSize().width, profile.GetSize().height, streamCapture); in CreatePhotoOutput() 587 camera_format_t metaFormat = GetCameraMetadataFormat(profile.GetCameraFormat()); in CreatePreviewOutput() local 590 surface->GetProducer(), metaFormat, profile.GetSize().width, profile.GetSize().height, streamRepeat); in CreatePreviewOutput() 613 camera_format_t metaFormat = GetCameraMetadataFormat(profile.GetCameraFormat()); in CreatePreviewOutputStream() local 615 producer, metaFormat, profile.GetSize().width, profile.GetSize().height, streamPtr); in CreatePreviewOutputStream() 632 auto metaFormat = GetCameraMetadataFormat(yuvFormat); in CreatePhotoOutputStream() local 634 producer, metaFormat, profile.GetSize().width, profile.GetSize().height, streamPtr); in CreatePhotoOutputStream() 672 camera_format_t metaFormat = GetCameraMetadataFormat(profile.GetCameraFormat()); in CreateDeferredPreviewOutput() local 675 metaFormat, profil in CreateDeferredPreviewOutput() 740 camera_format_t metaFormat; CreateDepthDataOutput() local 801 auto metaFormat = GetCameraMetadataFormat(profile.GetCameraFormat()); CreateVideoOutputStream() local 835 camera_format_t metaFormat = GetCameraMetadataFormat(profile.GetCameraFormat()); CreateVideoOutput() local 1895 camera_format_t metaFormat = OHOS_CAMERA_FORMAT_YCRCB_420_SP; GetCameraMetadataFormat() local [all...] |
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/ |
H A D | hirecorder_impl.cpp | 723 auto metaFormat = metaDataFormats_.at(sourceId);
in ConfigureMeta() local 727 metaFormat->Set<Tag::MIME_TYPE>(mimeType.mimeType);
in ConfigureMeta() 732 metaFormat->Set<Tag::TIMED_METADATA_KEY>(timedKey.timedKey);
in ConfigureMeta() 737 metaFormat->Set<Tag::TIMED_METADATA_SRC_TRACK_MIME>(sourceTrackMime.sourceMime);
in ConfigureMeta()
|
Completed in 5 milliseconds