FreeRDP
|
#include <freerdp/config.h>
#include <winpr/library.h>
#include <winpr/assert.h>
#include <freerdp/log.h>
#include <freerdp/codec/h264.h>
#include <wels/codec_def.h>
#include <wels/codec_api.h>
#include <wels/codec_ver.h>
#include "h264.h"
Typedefs | |
typedef void(* | pWelsGetCodecVersionEx) (OpenH264Version *pVersion) |
typedef long(* | pWelsCreateDecoder) (ISVCDecoder **ppDecoder) |
typedef void(* | pWelsDestroyDecoder) (ISVCDecoder *pDecoder) |
typedef int(* | pWelsCreateSVCEncoder) (ISVCEncoder **ppEncoder) |
typedef void(* | pWelsDestroySVCEncoder) (ISVCEncoder *pEncoder) |
Functions | |
static void | openh264_trace_callback (H264_CONTEXT *WINPR_RESTRICT h264, int level, const char *WINPR_RESTRICT message) |
static int | openh264_decompress (H264_CONTEXT *WINPR_RESTRICT h264, const BYTE *WINPR_RESTRICT pSrcData, UINT32 SrcSize) |
static int | openh264_compress (H264_CONTEXT *WINPR_RESTRICT h264, const BYTE **WINPR_RESTRICT pYUVData, const UINT32 *WINPR_RESTRICT iStride, BYTE **WINPR_RESTRICT ppDstData, UINT32 *WINPR_RESTRICT pDstSize) |
static void | openh264_uninit (H264_CONTEXT *h264) |
static BOOL | openh264_init (H264_CONTEXT *h264) |
Variables | |
const H264_CONTEXT_SUBSYSTEM | g_Subsystem_OpenH264 |
typedef long(* pWelsCreateDecoder) (ISVCDecoder **ppDecoder) |
typedef int(* pWelsCreateSVCEncoder) (ISVCEncoder **ppEncoder) |
typedef void(* pWelsDestroyDecoder) (ISVCDecoder *pDecoder) |
typedef void(* pWelsDestroySVCEncoder) (ISVCEncoder *pEncoder) |
typedef void(* pWelsGetCodecVersionEx) (OpenH264Version *pVersion) |
FreeRDP: A Remote Desktop Protocol Implementation H.264 Bitmap Compression
Copyright 2014 Mike McDonald Mike. Copyright 2015 Vic Lee McDo nald@ soft ware. dell .comllyzs Copyright 2014 Armin Novak .vic @gmai l.co marmin .nov ak@gm ail. com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
static |
|
static |
|
static |
|
static |
|
static |
const H264_CONTEXT_SUBSYSTEM g_Subsystem_OpenH264 |