Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_command.cpp332 pVideoMode->h263VideoMode = (PS_H263VideoMode) OSCL_DEFAULT_MALLOC(sizeof(S_H263VideoMode)); in SendModeRequestCommand()
333 pVideoMode->h263VideoMode->h263Resolution.index = 1; // QCIF in SendModeRequestCommand()
334 pVideoMode->h263VideoMode->bitRate = 480; // 48000 bits/sec in SendModeRequestCommand()
335 pVideoMode->h263VideoMode->unrestrictedVector = false; in SendModeRequestCommand()
336 pVideoMode->h263VideoMode->arithmeticCoding = false; in SendModeRequestCommand()
337 pVideoMode->h263VideoMode->advancedPrediction = false; in SendModeRequestCommand()
338 pVideoMode->h263VideoMode->pbFrames = false; in SendModeRequestCommand()
339 pVideoMode->h263VideoMode->option_of_errorCompensation = false; in SendModeRequestCommand()
340 pVideoMode->h263VideoMode->option_of_enhancementLayerInfo = false; in SendModeRequestCommand()
341 pVideoMode->h263VideoMode->option_of_h263Options = false; in SendModeRequestCommand()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp5044 Delete_H263VideoMode(x->h263VideoMode); in Delete_VideoMode()
5045 OSCL_DEFAULT_FREE(x->h263VideoMode); in Delete_VideoMode()
Dh245_decoder.cpp7737 x->h263VideoMode = (PS_H263VideoMode) OSCL_DEFAULT_MALLOC(sizeof(S_H263VideoMode)); in Decode_VideoMode()
7738 Decode_H263VideoMode(x->h263VideoMode, stream); in Decode_VideoMode()
Dh245_encoder.cpp5769 Encode_H263VideoMode(x->h263VideoMode, stream); in Encode_VideoMode()
Dh245_analysis.cpp6198 Analyze_H263VideoMode(x->h263VideoMode, "h263VideoMode", tag, indent); in Analyze_VideoMode()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h3650 struct _H263VideoMode *h263VideoMode; member