Searched defs:value_str (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dsvc_encodeframe.c265 const char *value_str) {
266 if (strcmp(value_str, "i") == 0) {
268 } else if (strcmp(value_str, "alt-ip") == 0) {
270 } else if (strcmp(value_str, "ip") == 0) {
272 } else if (strcmp(value_str, "gf") == 0) {
275 svc_log(svc_ctx, SVC_LOG_ERROR, "invalid encoding mode: %s", value_str);
264 set_option_encoding_mode(SvcContext *svc_ctx, const char *value_str) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6201 const char* const value_str = ParseFlagValue(str, flag, true); local
6204 if (value_str == NULL) return false;
6207 *value = !(*value_str == '0' || *value_str == 'f' || *value_str == 'F');
6218 const char* const value_str = ParseFlagValue(str, flag, false); local
6221 if (value_str == NULL) return false;
6225 value_str, value);
6235 const char* const value_str = ParseFlagValue(str, flag, false); local
6238 if (value_str
[all...]

Completed in 73 milliseconds