mirror of
https://github.com/openharmony/multimedia_video_processing_engine.git
synced 2026-07-20 03:23:36 -04:00
@@ -29,8 +29,7 @@ constexpr uint32_t DEFAULT_WIDTH = 3840;
|
||||
constexpr uint32_t DEFAULT_HEIGHT = 2160;
|
||||
OH_ImageProcessing* imageProcessor = nullptr;
|
||||
|
||||
static void CreatePixelmap(OH_PixelmapNative **pixelmap, int32_t width, int32_t height, int format,
|
||||
OH_NativeColorSpaceManager *colorSpaceNative)
|
||||
static void CreatePixelmap(OH_PixelmapNative **pixelmap, int32_t width, int32_t height, int format, OH_NativeColorSpaceManager *colorSpaceNative)
|
||||
{
|
||||
OH_Pixelmap_InintializationOptions *options = nullptr;
|
||||
(void)OH_Pixelmap_InintializationOptions_Create(&options);
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef VIDEO_SAMPLE_H
|
||||
#define VIDEO_SAMPLE_H
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef VIDEO_SAMPLE_H
|
||||
#define VIDEO_SAMPLE_H
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef VIDEO_SDR2SDR_SAMPLE_H
|
||||
#define VIDEO_SDR2SDR_SAMPLE_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user