| 
    FreeRDP
    
   | 
 
Data Fields | |
| BOOL | Compressor | 
| UINT32 | width | 
| UINT32 | height | 
| H264_RATECONTROL_MODE | RateControlMode | 
| UINT32 | BitRate | 
| UINT32 | FrameRate | 
| UINT32 | QP | 
| UINT32 | UsageType | 
| UINT32 | hwAccel | 
| UINT32 | NumberOfThreads | 
| UINT32 | iStride [3] | 
| BYTE * | pOldYUVData [3] | 
| BYTE * | pYUVData [3] | 
| UINT32 | iYUV444Size [3] | 
| UINT32 | iYUV444Stride [3] | 
| BYTE * | pOldYUV444Data [3] | 
| BYTE * | pYUV444Data [3] | 
| UINT32 | numSystemData | 
| void * | pSystemData | 
| const H264_CONTEXT_SUBSYSTEM * | subsystem | 
| YUV_CONTEXT * | yuv | 
| BOOL | encodingBuffer | 
| BOOL | firstLumaFrameDone | 
| BOOL | firstChromaFrameDone | 
| void * | lumaData | 
| wLog * | log | 
Definition at line 53 of file libfreerdp/codec/h264.h.
| UINT32 H264_CONTEXT::BitRate | 
Definition at line 61 of file libfreerdp/codec/h264.h.
| BOOL H264_CONTEXT::Compressor | 
Definition at line 55 of file libfreerdp/codec/h264.h.
| BOOL H264_CONTEXT::encodingBuffer | 
Definition at line 82 of file libfreerdp/codec/h264.h.
| BOOL H264_CONTEXT::firstChromaFrameDone | 
Definition at line 84 of file libfreerdp/codec/h264.h.
| BOOL H264_CONTEXT::firstLumaFrameDone | 
Definition at line 83 of file libfreerdp/codec/h264.h.
| UINT32 H264_CONTEXT::FrameRate | 
Definition at line 62 of file libfreerdp/codec/h264.h.
| UINT32 H264_CONTEXT::height | 
Definition at line 58 of file libfreerdp/codec/h264.h.
| UINT32 H264_CONTEXT::hwAccel | 
Definition at line 65 of file libfreerdp/codec/h264.h.
| UINT32 H264_CONTEXT::iStride[3] | 
Definition at line 68 of file libfreerdp/codec/h264.h.
| UINT32 H264_CONTEXT::iYUV444Size[3] | 
Definition at line 72 of file libfreerdp/codec/h264.h.
| UINT32 H264_CONTEXT::iYUV444Stride[3] | 
Definition at line 73 of file libfreerdp/codec/h264.h.
| wLog* H264_CONTEXT::log | 
Definition at line 87 of file libfreerdp/codec/h264.h.
| void* H264_CONTEXT::lumaData | 
Definition at line 86 of file libfreerdp/codec/h264.h.
| UINT32 H264_CONTEXT::NumberOfThreads | 
Definition at line 66 of file libfreerdp/codec/h264.h.
| UINT32 H264_CONTEXT::numSystemData | 
Definition at line 77 of file libfreerdp/codec/h264.h.
| BYTE* H264_CONTEXT::pOldYUV444Data[3] | 
Definition at line 74 of file libfreerdp/codec/h264.h.
| BYTE* H264_CONTEXT::pOldYUVData[3] | 
Definition at line 69 of file libfreerdp/codec/h264.h.
| void* H264_CONTEXT::pSystemData | 
Definition at line 78 of file libfreerdp/codec/h264.h.
| BYTE* H264_CONTEXT::pYUV444Data[3] | 
Definition at line 75 of file libfreerdp/codec/h264.h.
| BYTE* H264_CONTEXT::pYUVData[3] | 
Definition at line 70 of file libfreerdp/codec/h264.h.
| UINT32 H264_CONTEXT::QP | 
Definition at line 63 of file libfreerdp/codec/h264.h.
| H264_RATECONTROL_MODE H264_CONTEXT::RateControlMode | 
Definition at line 60 of file libfreerdp/codec/h264.h.
| const H264_CONTEXT_SUBSYSTEM* H264_CONTEXT::subsystem | 
Definition at line 79 of file libfreerdp/codec/h264.h.
| UINT32 H264_CONTEXT::UsageType | 
Definition at line 64 of file libfreerdp/codec/h264.h.
| UINT32 H264_CONTEXT::width | 
Definition at line 57 of file libfreerdp/codec/h264.h.
| YUV_CONTEXT* H264_CONTEXT::yuv | 
Definition at line 80 of file libfreerdp/codec/h264.h.