Searched refs:seq_command (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 416 int process_current_command(const char *seq_command) in process_current_command() argument 422 if(strstr(seq_command, "pause") == seq_command) in process_current_command() 425 data_str = (char*)seq_command + strlen("pause") + 1; in process_current_command() 440 else if(strstr(seq_command, "sleep") == seq_command) in process_current_command() 443 data_str = (char*)seq_command + strlen("sleep") + 1; in process_current_command() 448 else if(strstr(seq_command, "resume") == seq_command) in process_current_command() 457 else if(strstr(seq_command, "flush") == seq_command) in process_current_command() 460 data_str = (char*)seq_command + strlen("flush") + 1; in process_current_command() 486 else if(strstr(seq_command, "disable_op") == seq_command) in process_current_command() 489 data_str = (char*)seq_command + strlen("disable_op") + 1; in process_current_command() [all …]
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 553 int process_current_command(const char *seq_command) in process_current_command() argument 559 if (strstr(seq_command, "pause") == seq_command) { in process_current_command() 561 data_str = (char*)seq_command + strlen("pause") + 1; in process_current_command() 573 } else if (strstr(seq_command, "sleep") == seq_command) { in process_current_command() 575 data_str = (char*)seq_command + strlen("sleep") + 1; in process_current_command() 579 } else if (strstr(seq_command, "resume") == seq_command) { in process_current_command() 586 } else if (strstr(seq_command, "flush") == seq_command) { in process_current_command() 588 data_str = (char*)seq_command + strlen("flush") + 1; in process_current_command() 610 } else if (strstr(seq_command, "disable_op") == seq_command) { in process_current_command() 612 data_str = (char*)seq_command + strlen("disable_op") + 1; in process_current_command() [all …]
|