Searched refs:cif16MPI (Results 1 – 6 of 6) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
D | tsc_capability.cpp | 119 iTcsIn_H263_16cifMPI = pVideo->h263VideoCapability->cif16MPI; in ExtractTcsParameters() 364 h263VideoCap->cif16MPI = (uint8)iTcsIn_H263_16cifMPI; in GetOutgoingDataType() 565 if (h263Cap->cif16MPI < 1 || h263Cap->cif16MPI > 30) in ValidateIncomingDataType() 954 h263VideoCap->cif16MPI = (uint8)iTcsIn_H263_16cifMPI; in GetDataType()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/ |
D | h324utils.cpp | 513 h263caps->cif16MPI = 2; in FillH263Capability() 564 if (h263caps->option_of_cif16MPI == ON && h263caps->cif16MPI) in GetCodecCapabilityInfo() 1463 if (h263caps->option_of_cif16MPI && h263caps->cif16MPI) in GetMaxFrameRate_H263() 1465 mpi = h263caps->cif16MPI; in GetMaxFrameRate_H263() 1493 if (h263caps->option_of_cif16MPI && h263caps->cif16MPI) in GetVideoFrameSize_H263()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
D | h245def.h | 1300 uint8 cif16MPI; member 1373 uint8 cif16MPI; member 1423 uint16 cif16MPI; member
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_encoder.cpp | 1769 PutInteger(1, 32, (uint32)x->cif16MPI, stream); in Encode_H263VideoCapability() 1920 PutInteger(1, 32, (uint32)x->cif16MPI, stream); in Encode_EnhancementOptions() 2166 PutInteger(1, 2048, (uint32)x->cif16MPI, stream); in Encode_CustomPictureClockFrequency()
|
D | h245_analysis.cpp | 1856 ShowPERInteger(tag, indent, "cif16MPI", (int32)x->cif16MPI); in Analyze_H263VideoCapability() 2015 ShowPERInteger(tag, indent, "cif16MPI", (int32)x->cif16MPI); in Analyze_EnhancementOptions() 2278 ShowPERInteger(tag, indent, "cif16MPI", (int32)x->cif16MPI); in Analyze_CustomPictureClockFrequency()
|
D | h245_decoder.cpp | 2418 x->cif16MPI = (uint8) GetInteger(1, 32, stream); in Decode_H263VideoCapability() 2630 x->cif16MPI = (uint8) GetInteger(1, 32, stream); in Decode_EnhancementOptions() 2938 x->cif16MPI = (uint16) GetInteger(1, 2048, stream); in Decode_CustomPictureClockFrequency()
|