| 577 | }; |
| 578 | |
| 579 | struct EncodeDecodeParamBase { |
| 580 | int width; |
| 581 | int height; |
| 582 | float frameRate; |
| 583 | int iTarBitrate; |
| 584 | }; |
| 585 | |
| 586 | #define NUM_OF_POSSIBLE_RESOLUTION (9) |
| 587 | static const EncodeDecodeParamBase kParamArray[] = { |
nothing calls this directly
no outgoing calls
no test coverage detected