| 391 | } |
| 392 | |
| 393 | struct EncodeDecodeParamBase { |
| 394 | int width; |
| 395 | int height; |
| 396 | float frameRate; |
| 397 | int iTarBitrate; |
| 398 | }; |
| 399 | |
| 400 | //#define DEBUG_FILE_SAVE_INCREASING_ID |
| 401 | TEST_F (EncodeDecodeTestAPI, ParameterSetStrategy_INCREASING_ID) { |
nothing calls this directly
no outgoing calls
no test coverage detected