Home
last modified time | relevance | path

Searched refs:cif4MPI (Results 1 – 6 of 6) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dh324utils.cpp507 h263caps->cif4MPI = 2; in FillH263Capability()
558 if (h263caps->option_of_cif4MPI == ON && h263caps->cif4MPI) in GetCodecCapabilityInfo()
1467 if (h263caps->option_of_cif4MPI && h263caps->cif4MPI) in GetMaxFrameRate_H263()
1469 mpi = (h263caps->cif4MPI < mpi) ? h263caps->cif4MPI : mpi; in GetMaxFrameRate_H263()
1498 if (h263caps->option_of_cif4MPI && h263caps->cif4MPI) in GetVideoFrameSize_H263()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_capability.cpp114 iTcsIn_H263_4cifMPI = pVideo->h263VideoCapability->cif4MPI; in ExtractTcsParameters()
358 h263VideoCap->cif4MPI = (uint8)iTcsIn_H263_4cifMPI; in GetOutgoingDataType()
554 if (h263Cap->cif4MPI < 1 || h263Cap->cif4MPI > 30) in ValidateIncomingDataType()
948 h263VideoCap->cif4MPI = (uint8)iTcsIn_H263_4cifMPI; in GetDataType()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h1299 uint8 cif4MPI; member
1372 uint8 cif4MPI; member
1422 uint16 cif4MPI; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp1765 PutInteger(1, 32, (uint32)x->cif4MPI, stream); in Encode_H263VideoCapability()
1916 PutInteger(1, 32, (uint32)x->cif4MPI, stream); in Encode_EnhancementOptions()
2162 PutInteger(1, 2048, (uint32)x->cif4MPI, stream); in Encode_CustomPictureClockFrequency()
Dh245_analysis.cpp1852 ShowPERInteger(tag, indent, "cif4MPI", (int32)x->cif4MPI); in Analyze_H263VideoCapability()
2011 ShowPERInteger(tag, indent, "cif4MPI", (int32)x->cif4MPI); in Analyze_EnhancementOptions()
2274 ShowPERInteger(tag, indent, "cif4MPI", (int32)x->cif4MPI); in Analyze_CustomPictureClockFrequency()
Dh245_decoder.cpp2414 x->cif4MPI = (uint8) GetInteger(1, 32, stream); in Decode_H263VideoCapability()
2626 x->cif4MPI = (uint8) GetInteger(1, 32, stream); in Decode_EnhancementOptions()
2934 x->cif4MPI = (uint16) GetInteger(1, 2048, stream); in Decode_CustomPictureClockFrequency()