Searched refs:rvlcEnable (Results 1 – 8 of 8) sorted by relevance
154 ParamEncMode rvlcEnable; member
153 encParams.rvlcEnable = PV_OFF; in main()
117 mEncodeHandle->rvlcEnable = PV_OFF; in initEncoderParams()
72 7. Enable RVLC mode (parameter name: `rvlcEnable`)89 | `rvlcEnable` | 0. `PV_OFF` 1. `PV_ON` | bit 0 of 10th byte of data |
104 mEncodeHandle->rvlcEnable = (data[IDX_ENABLE_RVLC] & 0x01) ? PV_OFF : PV_ON; in initEncoder()
132 mEncParams->rvlcEnable = PV_OFF; in initEncParams()
414 mEncParams->rvlcEnable = PV_OFF; in initEncParams()
410 … encParams->ReversibleVLC = (encOption->rvlcEnable == PV_ON); /* RVLC when Data Partitioning */ in PVInitVideoEncoder()