|
|
@ -82,7 +82,11 @@ int VideoDev_Dumpfile::GetDeviceList(std::list<std::string> *list) {
|
|
|
|
* prepare the buffer, InitMMAP and read all controls
|
|
|
|
* prepare the buffer, InitMMAP and read all controls
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
int VideoDev_Dumpfile::Open() {
|
|
|
|
int VideoDev_Dumpfile::Open() {
|
|
|
|
|
|
|
|
if (config.readdumppath == NULL) return VDEV_STATUS_ERROR;
|
|
|
|
|
|
|
|
|
|
|
|
std::string fname = config.readdumppath;
|
|
|
|
std::string fname = config.readdumppath;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fname = fname + "/" + conf_device;
|
|
|
|
fname = fname + "/" + conf_device;
|
|
|
|
|
|
|
|
|
|
|
|
uint32_t inbuf[3];
|
|
|
|
uint32_t inbuf[3];
|
|
|
|