Searched refs:CIF16_WIDTH (Results 1 – 8 of 8) sorted by relevance
/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.263-1998/ |
H A D | h263-1998.h | 85 #define CIF16_WIDTH (CIF_WIDTH*4) macro 103 #define MAX_YUV420P_FRAME_SIZE (((CIF16_WIDTH * CIF16_HEIGHT * 3) / 2) + (FF_INPUT_BUFFER_PADDING_S…
|
H A D | h263-1998.cxx | 128 { CIF16_WIDTH, CIF16_HEIGHT, PLUGINCODEC_CIF16_MPI }, 1546 maxWidth = CIF16_WIDTH;
|
/dports/net/opal/opal-3.10.10/plugins/video/H.263-1998/ |
H A D | h263-1998.h | 71 #define CIF16_WIDTH (CIF_WIDTH*4) macro
|
H A D | h263-1998.cxx | 98 { CIF16_WIDTH, CIF16_HEIGHT, PLUGINCODEC_CIF16_MPI }, 1011 maxWidth = CIF16_WIDTH; in FindBoundingBox() 1643 CIF16_WIDTH, // frame width 1680 CIF16_WIDTH, // frame width
|
H A D | rfc2429.cxx | 377 Reset(CIF16_WIDTH, CIF16_HEIGHT); in NewFrame()
|
/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.263-ffmpeg/ |
H A D | h263ffmpeg.cxx | 123 #define CIF16_WIDTH (CIF_WIDTH*4) macro 133 #define MAX_YUV420P_PACKET_SIZE (((CIF16_WIDTH * CIF16_HEIGHT * 3) / 2) + FF_INPUT_BUFFER_PADDING_S… 159 { CIF16_WIDTH, CIF16_HEIGHT, PLUGINCODEC_CIF16_MPI },
|
/dports/net/opal/opal-3.10.10/plugins/video/MPEG4-ffmpeg/ |
H A D | mpeg4.cxx | 121 #define CIF16_WIDTH (CIF_WIDTH*4) macro
|
/dports/net/h323plus/h323plus-1_27_2/src/ |
H A D | h323pluginmgr.cxx | 65 #define CIF16_WIDTH (CIF_WIDTH*4) macro 2475 w = CIF16_WIDTH; h = CIF16_HEIGHT; in SetMaxFrameSize() 3891 …f16MPI, H245_H263VideoCapability::e_slowCif16MPI, h263.m_slowCif16MPI, CIF16_WIDTH, CIF16_HEIGHT, … in OnReceivedPDU()
|