H.264 Codec for ESP32-S3
Loading...
Searching...
No Matches
esp_h264_check.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#pragma once
8
9#include "esp_check.h"
10#include "esp_log.h"
11
12#define ESP_H264_RET_ON_FALSE ESP_RETURN_ON_FALSE
13#define ESP_H264_GOTO_ON_FALSE ESP_GOTO_ON_FALSE
14#define ESP_H264_LOGE ESP_LOGE
15#define ESP_H264_LOGI ESP_LOGI