Searched refs:max_buf (Results 1 – 7 of 7) sorted by relevance
394 if ( globs.max_buf && ret > globs.max_buf ) in read_descriptor()396 ret = globs.max_buf; in read_descriptor()406 if ( cmdtab[ i ].buf_size[ s ] < globs.max_buf || !globs.max_buf ) in read_descriptor()424 if ( globs.max_buf && globs.max_buf <= cmdtab[ i ].buf_size[ s ] ) in read_descriptor()
484 int max_buf; /* maximum amount of output saved from target member
412 globs.max_buf = atoi( s ) * 1024; /* convert to kb */ in main()
48 auto *max_buf = static_cast<float *>(input_max_ptr->data_c()); in ConvertInputQuantParam() local50 quant_param.max = *max_buf; in ConvertInputQuantParam()69 auto *max_buf = static_cast<float *>(filter_max_ptr->data_c()); in ConvertInputQuantParam() local75 tmp_quant_param.max = *max_buf; in ConvertInputQuantParam()81 max_buf++; in ConvertInputQuantParam()
28 create_pool (guint size, guint min_buf, guint max_buf) in create_pool() argument34 gst_buffer_pool_config_set_params (conf, caps, size, min_buf, max_buf); in create_pool()
601 size_t max_buf = util_compress_max_compressed_len(dc_job->size); in create_cache_item_header_and_blob() local602 void *compressed_data = malloc(max_buf); in create_cache_item_header_and_blob()608 compressed_data, max_buf); in create_cache_item_header_and_blob()
425 uint16_t *max_buf = buf + width; in get_metadata() local427 while (buf < max_buf - 6) { in get_metadata()437 if (len > max_buf - buf) { in get_metadata()439 len, max_buf - buf); in get_metadata()