HomeSort by relevance Sort by last modified time
    Searched defs:error_detail (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_encoder.c 127 const char *error_detail = local
130 ctx->err_detail = error_detail;
136 ctx->err_detail = error_detail;
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 127 const char *error_detail = local
130 ctx->err_detail = error_detail;
136 ctx->err_detail = error_detail;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_encoder.c 127 const char *error_detail = local
130 ctx->err_detail = error_detail;
136 ctx->err_detail = error_detail;
  /external/chromium_org/remoting/codec/
video_decoder_vpx.cc 104 const char* error_detail = vpx_codec_error_detail(codec_.get()); local
106 << "Details: " << (error_detail ? error_detail : "(NULL)");
  /art/runtime/
mem_map.cc 224 std::string error_detail; local
225 CheckNonOverlapping(expected, limit, &error_detail);
231 if (!error_detail.empty()) {
232 os << " : " << error_detail; local
  /external/chromium_org/chromeos/network/
network_device_handler_impl.cc 228 const std::string& error_detail = params.ip_or_mac_address; local
231 device_path, error_name, error_detail,

Completed in 432 milliseconds