| 231 | } |
| 232 | |
| 233 | bool IsLTRMarking (ISVCDecoder* pDecoder) { |
| 234 | int bLTR_marking_flag = 0; |
| 235 | pDecoder->GetOption (DECODER_OPTION_LTR_MARKING_FLAG, &bLTR_marking_flag); |
| 236 | return (bLTR_marking_flag) ? (true) : (false); |
| 237 | } |
| 238 | |
| 239 | void LTRRecoveryRequest (ISVCDecoder* pDecoder, ISVCEncoder* pEncoder, SLTRRecoverRequest* p_LTR_Recover_Request, |
| 240 | long hr, bool m_P2PmodeFlag) { |
no test coverage detected